Lost your password?

Blogs about: Cocoa Touch

Featured Blog

Some Cocoa Touch Tips, Not Tricks

jeboyer wrote 1 week ago: I’ve made significant progress on my prototype iPhone app since my last post. I’m contin … more →

Tags: Apple, HOW TO?, iPhone, Software, user interface, Objective C, Programming languages, Java, development

setEditing:animated: and swipe-to-delete issues1 comment

aviadbd wrote 4 months ago: If you’re using a UITableView you probably know that in order to enable the “swipe-to-de … more →

Tags: iPhone, workaround

Objective-C & ActionScript 3 translation notes1 comment

jwopitz wrote 5 months ago: [note to self] Just some things I am learning along the way while teaching myself Objective-C and iP … more →

Tags: ActionScript, comparison, development, iPhone, Note to self, Objective C, Tips, Xcode

MPMoviePlayerController Streaming Breaks Under Authentication

riactant wrote 6 months ago: So my colleague and I have been stuck on an issue for about three weeks which we finally gave up on. … more →

Tags: iPhone, iphone sdk, MOSS 2007, mp4, MPMoviePlayerController, Objective C, Streaming

How your application’s user interface looks while a phone call is in progress1 comment

praveenmatanam wrote 6 months ago: Toggle In-Call Status Bar. Toggles the status bar between its normal state and its in-call state. Th … more →

Tags: iPhone, Phone Call, ui

Calendar Control for iPhone Developers

nadim1point618 wrote 7 months ago: Some days ago when I was developing an iPhone application I required to use a calendar view, but unf … more →

Tags: development, iPhone, Calendar, Class, Objective C

Calendar Control for iPhone

Nadim Jahangir wrote 7 months ago: Somedays ago when I was developing an iPhone application, I required to use a calendar control to sh … more →

Tags: Creativity, iPhone, ui

How to disable UIWebView from user scrolling?7 comments

praveenmatanam wrote 7 months ago: #import <objc/runtime.h>     id scroller = [[Webview subviews] lastObject]; … more →

Tags: iPhone, iphone sdk, UIWebView, Scroll, runtime

Creating a Splash Screen

Steve Gongage wrote 8 months ago: Some great instructions on how to setup a Splash Screen for your application. iCodeBlog » Blog Archi … more →

Tags: iPhone, Code Examples

How to get country name from iPhone locale settings4 comments

praveenmatanam wrote 8 months ago:     NSLocale *locale = [NSLocale currentLocale];     NSString *country … more →

Tags: iPhone, iphone sdk, NSLocale, country, Settings, locale

PhoneGap - Access all iPhone Functionality with just HTML and JavaScript 1 comment

Steve Gongage wrote 8 months ago: Now this is something I need to check out when I get a minute.  The basic premise of PhoneGap is tha … more →

Tags: iPhone, Resources

iPhone Email Attachments - Revisited3 comments

davidjhinson wrote 8 months ago: My solution for sending messages via email on the iPhone – detailed here – works for eve … more →

Tags: Apple iPhone, development, apple iphone applications, David J. Hinson, email attachments, iPhone app, iPhone applications

Objective-C and HTTP Basic Authentication8 comments

davidjhinson wrote 8 months ago: For all the really nice stuff Objective-C lets you do on the iPhone, there are many, many holes left … more →

Tags: development, Apple iPhone, David J. Hinson, iPhone app, iPhone applications, Objective C, apple iphone applications, base64

Making the Keyboard Go Away When You Hit Return

Steve Gongage wrote 8 months ago: Its amazing what you take for granted in scripting languages sometimes… for instance, when you … more →

Tags: iPhone, Objective C, Code Examples

How To Play YouTube Videos Within an Application | iPhone Development Blog

Steve Gongage wrote 8 months ago: Great tip that I can see myself needing in the near future.  If you’re trying to add YouTube v … more →

Tags: iPhone, Objective C

Make Your Life Easier With Reusable Code

Steve Gongage wrote 8 months ago: This is definitely not a coding purist’s approach to development, but using static functions w … more →

Tags: iPhone, Objective C

Encryption for cocoa, cocoa touch

praveenmatanam wrote 9 months ago: http://iphonedevelopment.blogspot.com/2009/02/strong-encryption-for-cocoa-cocoa-touch.html Blogged w … more →

Tags: Cocoa, iPhone, encryption

Embedding Images in Outbound Email Using Cocoa Touch28 comments

davidjhinson wrote 10 months ago: One of the more commonly asked questions about iPhone SDK development is “how do you send atta … more →

Tags: Apple iPhone, development, eMail, iPhone Apps, David J. Hinson, email attachments, embedded images, iPhone applications

Simple Formatting in a Cocoa Touch Text Edit Field (UITextField)6 comments

davidjhinson wrote 11 months ago: Several challenges of the XCode / Cocoa Touch development environment involve doing things that are … more →

Tags: development, Apple iPhone, Apple, coding, David J. Hinson, iPhone applications, Objective C, Xcode


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS