• Home
  • About
    • BI, Workflow Automation, and App Development
    • Login
  • Search
dForge.net
Soguecode.ioTwitterGitHubCodepen
 
Skip to content
  • Home
  • About
    • BI, Workflow Automation, and App Development
    • Login
  • Search
Home Posts tagged "objective-c"

Tag: objective-c

Development

Objective-C Blocks in UIView Animations

By Ron S. October 16, 2012 October 17, 2012  animation, cocoa, objective-c 0

Blocks are simply a way of creating callback code at the time of invocation. The structure is actually very similar to how typically I would create functions in Javascript. Take the following block example in Objective-C: int (^Multiply)(int, int) = ^(int num1, int num2) { return num1 * num2; }; …

Continue reading"Objective-C Blocks in UIView Animations"
Development

NSThread in Objective-C

By Ron S. September 14, 2012 September 25, 2012  nsthread, objective-c 0

I had an issue in my iOS application at work where there was a long pause while the view for a QR reader was initializing. So I decided to use Cocoa’s Activity Indicator to try to give a better user experience. I would show the indicator before the view initialized …

Continue reading"NSThread in Objective-C"
Back to Top
@ 2017 Soguecode.io, LLC.
Powered by Fluida & WordPress.