Click here to Skip to main content
15,867,488 members
Everything / Desktop Programming / Cocoa

Cocoa

Cocoa

Great Reads

by David Lashkhi
Working with UIPopoverPresentationController
by PeteBarber
Optional Chaining with Dictionaries (in Swift)
by ColleagueRiley
A multi-platform single-header very simple-to-use framework library for creating GUI Libraries or simple GUI programs.
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.

Latest Articles

by ColleagueRiley
A multi-platform single-header very simple-to-use framework library for creating GUI Libraries or simple GUI programs.
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 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 David Lashkhi
Working with UIPopoverPresentationController

All Articles

Sort by Updated

Cocoa 

13 Feb 2015 by Abhinav S
Frankly, if you have word installed, you don't need a dll. Use word's spell checker from within your code and do your spell checks.
25 Feb 2024 by ColleagueRiley
A multi-platform single-header very simple-to-use framework library for creating GUI Libraries or simple GUI programs.
15 Nov 2015 by David Lashkhi
Working with UIPopoverPresentationController
3 Dec 2015 by KarstenK
You can use C and C++ files in Xcode, but you must must create it correct for the Xcode-compiler. With "File->New->File" and select the correct type in the wizard.It is easier to separate the Cocoa classes from pure C/C++. We often use a Coca-Wrapper class which converting the data to pure C...
13 Feb 2015 by Member 11183856
hi,I need a dll that support spell check for both mac(cocoa) and windows form c#. If it is premium version - no problem. suggest me some dll.Thanks Regards,Mohan J
3 Dec 2015 by Member 11841149
Given a header only C++ source file that implements logging mostly using standard C++11 so that it is portable and works on both Mac and Windows. Just has a class that implements static functions for "standard" logging requirements in a typical project.It has a few functions within...
28 Jan 2015 by PeteBarber
Optional Chaining with Dictionaries (in Swift)
13 Feb 2015 by Richard Deeming
C# and Cocoa are totally different systems. You're unlikely to find a single solution which works in both.Hunspell[^] works on both Windows and Linux, but it has a very low-level API. (It's actually built-in to Mac OS 10.6 and higher.)There's a .NET wrapper[^] which is quite easy to...
22 Feb 2023 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.
13 Feb 2015 by Wendelius
Did you already have a look at:- NetSpell - Spell Checker for .NET[^]- i00 Spell Check and Control Extensions - No Third Party Components Required![^]- A Spell Checking Engine[^]
22 Jun 2015 by Will J Miller
Describes a design approach for implementing dynamic rows in a UITableView
25 Jun 2016 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.
21 May 2016 by X.Rodi
GCDAsyncUdpSocket *sendSocket;sendSocket = [[GCDAsycUdpSocket alloc] initwithDelegate:self delegateQueue:dispatch_get_main_queue()];for(int i = 0;i