Filament Group published a workaround for a bug in Safari for iOS that causes a user-zoomable page to scale beyond the width of the viewport when the device’s orientation changes from portrait to landscape. You can read about it in their … Continued
ios
How to add footer text for a group in settings.bundle
Adding settings for your iOS app so that they appear in the Settings app is simply done by creating a settings.bundle and defining the groups and settings controls in the Root.plist in the bundle. Sometimes it’s helpful to add hints … Continued
How to create text file attachments for email in iOS
Creating text file attachments for email is a programming skill that’s simple but very useful to know. If you need a simple way to share or export data from your app this is as easy as they come. First, start … Continued
Git Ignore File for Xcode 4
For iOS developers out there, if you’ve upgraded from Xcode 3 to Xcode 4, you’ll notice there are some new project and workspace configuration files being generated. Most of these shouldn’t tracked be in your version control system as they … Continued
How to add fonts to iOS apps
Apple provides a large selection of fonts to choose form in iOS, but sometimes the perfect font for your app isn’t one of them. If you need to use a font not available on iOS devices, here’s how to add … Continued