Tag: ios
-
How and Why to Implement Keyboard Shortcuts in iOS 7
Support for keyboard shortcuts is new in iOS 7. These can make typing on an external keyboard much more convenient. And they work in the iOS simulator, which is great for development. Here’s how to add them.
-
Introducing FastSocket
FastSocket is a fast, synchronous Objective-C wrapper around BSD sockets for iOS and OS X. Use it to send and receive files or raw bytes over a socket very quickly.
-
Automatic Build Numbers for iOS Apps Using Xcode
Easy 5 line script to add automatic build numbers to your Xcode build process for iOS apps.
-
3 Tips on Auto Synthesized Properties
Lessons learned when switching a large Objective-C codebase to using auto synthesized properties new in Xcode 4.4.