Conecode - conecode.com - Cone Code Development

Latest News:

iOS How To – Adding a Loading Label to a (UIWebView) 21 Mar 2013 | 11:03 pm

If you already have an app with a Web View, you may want to add some kind of notification to the user that a website is being loaded, otherwise Apple will probably reject it. If you don’t have an app ...

How To Rate A Purchased iPhone App 6 Jul 2012 | 06:52 am

I was recently asked how to rate a purchased iPhone app and it’s a bit of a process so I thought I would list the steps here. Open the App Store app on your iPhone. Tap the Updates button on the tab...

iOS How To – Using the Proximity Sensor 23 Jun 2012 | 02:20 am

If you’re going to create an app that plays audio, one great feature to have is the ability for the user to be able to listen to the audio through the headset of the device (when they put it to their ...

iOS How To – Playing Audio 23 Jun 2012 | 02:19 am

If you have audio that you would like the user to manually control with a button, this is the quick How To for you. The end result will allow you to play and stop audio with the same button. In future...

iOS How To – Create A Grid of UIButtons 25 May 2012 | 04:30 am

When we created our games Memory Gizmo Words, Memory Gizmo Math and Solitaire Poker, we needed to layout the game board into a grid of rows and columns. It was fairly simple and we’ll tell you how we ...

Xcode 4 How To – Exclude A File From ARC 13 May 2012 | 06:02 am

ARC (Automatic Reference Counting) is great addition to Xcode 4. It saves you time and aggravation of releasing objects from memory. However, there may be several libraries out there that have not bee...

iOS5 How To: JSON to NSDictionary – NSJsonSerialization 12 May 2012 | 05:05 am

iOS5 came with several shortcuts to parse JSON without the need of third-party libraries. It’s called NSJsonSerialization, and here’s how it works. Let’s say you’ve received JSON data (we’ll call it ...

OSX How To – View The NSDocumentDirectory Using Finder 5 May 2012 | 09:24 am

This morning I was working on an iOS app that required saving various files to the device.  I wanted to track these files while running the iPhone Simulator to make sure my code was handling the files...

iOS How To: Accessing iPhone Simulator’s SQLite 5 May 2012 | 05:51 am

When working with Core Data or SQLite, you never know if what your saving to your database is actually saving. Well if you’re testing with iPhone Simulator you can. Run your test that is supposed to b...

iOS How To: Check if Application is Active 2 May 2012 | 06:29 am

Have you ever wanted to know when your app entered the background or came back into the foreground? But you don’t want to have to hassle with trying to run methods in your current view from the App De...

Recently parsed news:

Recent searches: