2012-12-04 Objective-C with a Makefile
Here's a little example on how to compile Objective-C on the commandline, with a makefile. All code can . . .
2K - last updated 2012-12-04 03:50 UTC by 6631
2013-04-15 State machine in Objective-C
Here's my version of a state machine in Objective-C, useful for your iOS or Mac OS X projects. There . . .
6K - last updated 2013-04-21 11:34 UTC by 6631
2014-10-09
On iOS 8, user permission is required for scheduling local notifications (of class UILocalNotification). . . . Here's an Objective-C example. To check whether you have permission: . . .
1K - last updated 2014-10-10 10:24 UTC by 6631
2019-09-16 Objective-C project without storyboard in Xcode 11
Create a new project and open the ViewController.h. Optionally add the following lines to viewDidLoad: . . .
2K - last updated 2019-09-16 07:03 UTC by 6631
ObjC
[[Objective-C]] . . .
1K - last updated 2012-02-17 10:39 UTC by 6631
Objective-C
= Timing = To roughly measure the time necessary to do a certain action: CFTimeInterval startTime = CFAbsoluteTimeGetCurrent(); . . .
2K - last updated 2024-05-07 14:51 UTC by bartvk
vankuik.nl
= Latest weblog entries = <journal 5> = Weblog Archive = [[Weblog_entries_2024]] [[Weblog_entries_2023]] . . . * [[Fixing_bugs]] * [[Java]] * [[IDL]] * [[Objective-C]] * [[Perl]] * [[PHP]] * [[Python]] * [[MySQL]] . . .
4K - last updated 2024-04-16 10:29 UTC by bartvk
7 pages found.