Hacker News new | ask | show | jobs
Ask HN: What are some must know xcode / obj-c topics / libraries?
1 points by nuwin_tim 4157 days ago
I'm trying to step up my iOS game to be competent + have the ability to use the appropriate libraries / tools when building any type of iOS app.

Some topics + tools that I've already used w/ obj-c + xcode:

-auto-layouts

-cocoapods

-afnetworking

  -post / get 
-fmdb

-json handling

-location manager

-mantle

-RNCryptor

-singletons

-blocks

-Segues

-kiwi testing

-spritebuilder

What are some other must know topics / libraries / tools (e.g. webview optimization tips, running an app in the background etc..)?

1 comments

- Grand Central Dispatch (GCD)