Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 578 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 578 Bytes

PictureBox

This example demonstrates the use of NSImageView control.

Sources

PictureBox.m

CMakeLists.txt

Resources/logo.png

Generate and build

To build this project, open "Terminal", go to your project folder and type following lines:

mkdir build
cd build
cmake .. -G "Xcode"
open ./PictureBox.xcodeproj

Select PictureBox project and type Cmd+R to build and run it.

Output

Screenshot

Screenshot