Tagged Questions
0
votes
2answers
109 views
couldn't find latitude and longitude of my iphone
i am trying to find out iphone's current location and for this I am using this method. and try to save it for further procedure. but when I print value of location in form of latitude and longitude ...
0
votes
0answers
245 views
Auto rotation not working on ios 6 with old iphone apps
I developed most of my apps with Xcode 4.0.x or older versions and iOS 4.3 or older. Now I updated Xcode to 4.5.2 with iOS 6 sdk and when I run those apps on any iOS device with iOS 6 on it, those ...
0
votes
2answers
192 views
Trying to Test an iPad with iOS 4.3 in Xcode 4.5
So, I'm trying to test a game of ours on the Xcode simulator. I'm using OSX-Mountain Lion and have Xcode 4.5, but I need to test iOS 4.3 with the iPad simulator. Is this possible?
0
votes
1answer
151 views
can not link the add button to table view controller - Xcode
I need to link the add button from table list view controller to add view controller but the link is cannot created , when i click the add button its move to the another control cannot to be link in ...
0
votes
2answers
231 views
How do I enter the time value in hh:mm:ss format?
I need to enter the time value hh:mm:ss (09:45:56) format , but in the Xcode text field I always get (094556) as format -
how to resolve this?
0
votes
0answers
62 views
how to get iphone older simulator(4.3.2) on latest xcode(4.4.1)
Please suggest me a way to get older iphone simulator(4.3.2) on latest xcode (4.4.1) ???
More information
when i try in xcode>preference>download>components I see only iOS 5.0,to be downloaded.
But I ...
0
votes
1answer
78 views
Load a bulk of local images (106X2) into 2 UIScrollView
I have 2 scroll views, and I need to load 106 Images into every scroll view, below is the code I'm using, but it crashes when I'm trying to test it on my iphone 4.
Every image is around 30-40KB, so ...
1
vote
6answers
2k views
Adding two right bar button items to the navigation bar
I have a navigation bar to which I have added right BarButton successfully. Both the NavigationBar and BarButton are created programmatically. Now according to my requirement I got to add two right ...
0
votes
2answers
574 views
XCode iOS - home screen style navigation
Sorry this is a pretty silly question, but I cannot think what the actual menu style is called. I'm trying to find a tutorial on how to create a instructions page that you flick through left and right ...
0
votes
0answers
152 views
Split view controller delegate not getting called in master detail application
I am new to iphone development. I am developing a master detail application. Every time I select a cell in master view , my detail view gets populated as follows.
HomeViewController ...
-1
votes
2answers
148 views
UISwitch not shown in UITable
I have made a UITable with some data and I had include a UISwitch in, but it not shown in the table when its run.
in .h
@interface CalcViewController : UITableViewController {
IBOutlet ...
1
vote
1answer
914 views
Navigating view using swipe
I am making a weather app with left, right gesture controls. Meaning a user could have multiple cities whose weather they want to check by swiping left/right on the screen. See screenshots of a sample ...
0
votes
1answer
113 views
Has any memory limitation for saving .mp3 data to ios device using ios application
I am developing an application ,that has a module downloading music(.mp3 file) from a server and save the last 5 downloads to ios device. For this i am using NSFileManager and document directory(Each ...
0
votes
0answers
260 views
Build with XCode 4.2 and iOS deployment target 4.2 ,app run in iPod(ios4.3.3) and crash when switch input method [closed]
My os is Mac Lion 10.7.4 ,and use XCode 4.2
I build MyApp to run in ipod(ios4.3.3),and MyApp crash when switch
inputmethod.
I build MyApp to run in ipod(ios5),and MyApp is ok when switch
...
1
vote
1answer
616 views
The version of iOS on “KashodhaniPhone” does not match any of the versions of iOS supported for development with this installation of the iOS SDK.
I complete all step to provisional but i faced "Xcode cannot run using the selected device." and below of this line is "No provisioned iOS devices are available with a compatible iOS version. Connect ...