Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / desktop / Cocoa

Cocoa

Cocoa

Great Reads

by Will J Miller
This article describes the implementation of a custom class called MMSCropImageView. The class gives the feature of drawing and moving a rectangle over an image to identify the crop region and return it in an UIImage. It explains the considerations and solutions for cropping a bitmap.
by Will J Miller
Describes a design approach for implementing dynamic rows in a UITableView
by ColleagueRiley
A tutorial that explains how to setup and handle clipboard copying and pasting for X11, WinAPI, and Cocoa.
by Serhii Krotkykh
On easy example shown how to implement UIKit and SwiftUI TableView auto resizable cells and explained difference between Nib and Xib, how to load nib file and what exactly owner parameter of the load nib file method.

Latest Articles

by Will J Miller
This article describes the implementation of a custom class called MMSCropImageView. The class gives the feature of drawing and moving a rectangle over an image to identify the crop region and return it in an UIImage. It explains the considerations and solutions for cropping a bitmap.
by Will J Miller
Describes a design approach for implementing dynamic rows in a UITableView
by ColleagueRiley
A tutorial that explains how to setup and handle clipboard copying and pasting for X11, WinAPI, and Cocoa.
by Serhii Krotkykh
On easy example shown how to implement UIKit and SwiftUI TableView auto resizable cells and explained difference between Nib and Xib, how to load nib file and what exactly owner parameter of the load nib file method.

All Articles

Sort by Score

Cocoa 

by Will J Miller
This article describes the implementation of a custom class called MMSCropImageView. The class gives the feature of drawing and moving a rectangle over an image to identify the crop region and return it in an UIImage. It explains the considerations and solutions for cropping a bitmap.
by Will J Miller
Describes a design approach for implementing dynamic rows in a UITableView
by Serhii Krotkykh
On easy example shown how to implement UIKit and SwiftUI TableView auto resizable cells and explained difference between Nib and Xib, how to load nib file and what exactly owner parameter of the load nib file method.
by ColleagueRiley
Tutorial for creating an accelerated opengl context for X11, Windows, and MacOS. Based on my project: RGFW.
by ColleagueRiley
A tutorial that explains how to setup and handle software rendering for X11, WinAPI, and Cocoa.