I have a UIViewController in which I have a UITextView added from interface builder. Now I want to push a view when I click on hyperlink or phone number. I am able to detect that which url is clicked
I have a UITextView in which i have 5 hyperlinks and 5 phone number开发者_运维百科s.How do i get all those hyperlinks and phone numbers in a NSarray?One option is to use RegexKitLite\'s componentsMatc
My question is this: I have an application designed for iPhone and I decided to fork the code, in other words, I will develop two versions of the application at this initial phase, one for iPhone and
Like the title says, in the iPhone SDK, I want to create an animated UIImageView and use it as a camera overlay. However, nothing appears. I\'ve been using the same setup to display a static image as
I have a problem with the twitter login. I am doing the login with oauth. First login is good, 开发者_开发知识库and when I logout and make a relogin the twitter doesn\'t ask for my password and userna
I have a UISearchDisplayController setup with a UITableViewController which is nested inside a UINavigationController.When a selection of a cell is made, UITableView\'s didSelectRowAtIndexPath method
I am using the iPhone camera to capture an image and them resizing and adding a rounded corner.I\'m having so开发者_开发知识库me users complain about crashes and I can\'t seem to find the problem.Also
I\'m writing an iPhone application, one of it\'s tabs is a twitter feed, i\'m parsing twitter xml and putting it nicely inside a table view.
I have a product with two targets, one for iPhone and the other for iPad. I will build two separate applications, not universal.
I have two ta开发者_如何学Pythonrgets on my project - iPad and iPhone. Some resources, as interface images, are exclusively for iPad and others for iPhone.