-
There are plenty of Apps in my iPad. Under "Settings -> Cellular Data", no apps are shown. I want the App which is developed by me to be shown under this option. I am using iPad3 with 3G....
-
I am new to iOS programming.My confusion is on one UIView. I am adding two UITableViewsFor second TableView I am using custom TableView Cells. On that TableViewCell I am adding TextFields.First ......
-
I am having a message in iPhone inbox. I want to send that message to a small app which in my iPhone to do some particular task.Can some one suggest me , Whether it is possible to send that SMS to ......
-
I want to develop iOS static library and distribute to other developers.I have started some R&D and found only one way to create static library with only one class which is having header file ......
-
I am doing two operations on a textfield:1) To move the textfield using pan gesture.2) To write on the textfield when the user clicks on it.Concern is that I want to perform one operation at a time ......
-
Plz code Help Can anyone tell me how to do that task?In main screen user selects footballer,in 2nd screen in Table view cell user select specific row and save that row and go back to main view.in ......
-
I Write the Below Code for Drawing text by Using Bezier Paths.Now here my task is How We Recognize the text which is Drawn by using Beizer Paths.for example if I Draw "Apple" then my Label will show ......
-
I was able to get only partial output, main functionality of drag and drop was achieved but it was crashing some times and showing error as index out of bounds.I use pan gesture controller to drag ......
-
I am making a application in which I want keyboard on double-tap, I have disabled keyboard on single tap by using textfield delegate method:-(BOOL)textFieldShouldBeginEditing:(UITextField *)......
-
I am not using the "Default.png" files for Splash Screen for my App. When I launch my App it is showing black screen for few seconds(Ex: 4 to 5 seconds) and showing the initial screen.During App ......
-
I am using the current version of xcode, but I want my iphone app to work on an iPhone 3g (iOS v4). How can i ensure I will have no compatibility issues?Under xcode preferences, in Downloads, I can'......
-
DEMO + screenshot from browserstack http://j2fed.com/funnyicons/As you can see, insted of a black tag icon, Safari displays some kind of custom built in clock icon, how can I disable this weird ......
-
There are 3 view controllers View1,View2 and View3.From view3 I have to navigate to view1.I have tried the following code but it doesn't work.//in View3.m- (void)alertView:(UIAlertView *)......
-
I am trying to get 'luke' to jump over an object to ensure that the game does not end, which he does but even if he avoids the object the game still ends, as if luke had not left his original location ......
-
I m not sure where to find which ios Version starts supporting Apple Push Notification Service? Or it does not matter ?...