Tagged Questions
0
votes
1answer
20 views
how to add contacts info into address book in an application
HI i want to add contacts into my AddressBook in my Application.
Like if i have a text field for name and phonenumber, once i click the button it should add into my addressbook.
I went through many ...
0
votes
0answers
22 views
unit tests simultaneously iphone ipad
I'm developing an application for iPhone and iPad on xCode 4.6.2 and I am using TDD method.
My question is how to make unit test simultaneously for iPad and iPhone ?
Currently, I have to run my test ...
0
votes
1answer
22 views
First UIView not autosizing to fit iPhone 5 or iPad
I have a simple app with multiple UIViews. I've recently begun work to create a universal app out of it get the auto-sizing and rotation of views working with the iPhone 5 and iPad.
On my very first ...
0
votes
2answers
54 views
UIImagePickerController - [picker dismissViewControllerAnimated:YES completion:Nil]; Error
I have been trying this for the past 2 days and I am not able to figure out the answer. I have searched all over and I haven't found the answer.
The question is I have a button which brings up the ...
0
votes
1answer
21 views
UISplitViewController => shouldHideViewController animation?
I'm trying to animate my MasterViewController when it appears/disappears. For hidding my master, i use shouldHideViewController in my UISplitViewController class.
...
0
votes
1answer
22 views
xcode deploy to ipad for testing purposes
I am new to IOS development. I created my app on MAC and now time to test it on real device. I paid 99USD to Apple to enroll into the developer program. I followed many tutorials to deploy the app to ...
1
vote
2answers
58 views
Detecting programmatically an installed app
I am trying to detect installed Instagram on my device , formerly I used this code to detect an app , but it seems it does not work with iOS 6 or non-JB devices :
NSString *filePath = ...
0
votes
1answer
16 views
Cross dissolve transition required without using segue
I want to use the Cross Dissolve transition but not by using a segue. I use the code below to present the new view when a button is pressed but the transition is Cover Vertical. Is there any way of ...
2
votes
2answers
48 views
UIToolbar refuses to move
I've been trying to move my UIToolbar on -(void)viewDidLoad but no matter what I use, it doesn't work. My example code is below:
[toolBarView setBounds:CGRectMake(0, 50, 150, 150)];
[toolBarView ...
0
votes
1answer
27 views
fading background while UIWebview has focus
Is it possible to fade the background of an app (a lightbox type effect) when a UIWebView has the focus, keeping the UIWebView sharp?
0
votes
1answer
29 views
“Install prohibited” when trying to install ad hoc .ipa file
I have the following problem - I am trying to install ad hoc .ipa file on my iPad 2, model MC979HC/A with iOS version 6.1.3. But when I try to install the app via iPhone Configuration Utility or ...
0
votes
2answers
37 views
how to read the x,y position of xcode UITextView created in storyboard
How can I read the x,y position and width of a UITextView created in storyboard?
At run-time, I need to programatically create other objects immediately below the UITextBox?
And all run-time created ...
-1
votes
1answer
24 views
ios provisioning profile cannot transfer to device
I recently downloaded an ios provisioning profile to my new macbook. In the organizer library it says the profile is valid; however, when I try to add it to my iPad, it says "MyIpad is not included in ...
0
votes
0answers
56 views
“unrecognized selector sent to instance” crash
I've got a trouble with UI_USER_INTERFACE_IDIOM() here
- (void)viewDidLoad
{
[super viewDidLoad];
self.footerCommentActivity = self.commentActivity;
self.footerNewsActivity = ...
0
votes
0answers
16 views
Restore purchase goes directly to paymentQueueRestoreCompletedTransactionsFinished:
I am trying to implement a restore feature with
[[SKPaymentQueue defaultQueue] restoreCompletedTransactions];
The problem is that the code goes straight to
...
0
votes
2answers
25 views
ipad resolution in xcode's storyboard
I'm doing an ipad app and I realize I have to take care of 2 different resolutions
newer ipad: 2048-by-1536
older ipad: 1024-by-768 resolution
the storyboard displays the older ipad version
is the ...
-1
votes
1answer
26 views
implicit declaration of function ZAssert is invalid in C99
I have this like of code:
ZAssert(modelURL, @"Failed to find model URL");
but I'm getting this error:
implicit declaration of function ZAssert is invalid in C99
Any of you knows why or how can I ...
1
vote
1answer
18 views
Switching between storyboards/view controllers
So I'm making an iPad app for the very first time and right now I have one view controller with its buttons displayed on the storyboard and everything and what I want to do is when I click on a ...
0
votes
2answers
43 views
xcode I want to change the first xib on launch
I created an IPhone app, then I had to convert it to IPad app. Now, I added a new Objective-C Class which includes XIB, .M and .H files. and I want that new XIB file to be shown on launch.
my new ...
-1
votes
0answers
33 views
What does ticking “Targeted for iPad” do when you don' tick “create XIB for user interface” when creating new view controller in Xcode? [closed]
What diference does it make to tick "Targeted for iPad" when i'm using Storyboards? Whats the difference in the file that generated vs a file that did not tick this option off?
0
votes
1answer
23 views
Xcode iPad storyboard
So I'm looking at an iPad Objective-C Xcode project's source code and I am new to this and having trouble figuring out what's going on.
So I'm looking at the file MainStoryboard_ipad.storyboard which ...
0
votes
0answers
30 views
Ipad Simulator can't connect to internet or local web server
I am trying to setup phonegap 2.7 on xcode 4.6.2 using jquery mobile. I can't seem to get my ap to access the internet or access a local web server I'm running using ajax.
I've set the config.xml ...
0
votes
1answer
28 views
iPad displaying a selected pic from a popover
After researching about UIImagePickerController, I got this code to select an image from a popover and then display it in myParticularImageView.
This the ViewController.m:
@interface ViewController ...
0
votes
2answers
79 views
Supporting old iOS versions and devices
I need an iOS app to be compatible with previous iOS versions, at least from 4.0, and also with prior devices (iPhone 4S, 4, 3GS... and likely all iPad devices). I found some posts dealing with the ...
0
votes
4answers
55 views
Having issue with reading Plist into UITableView
I am trying to display a dictionary plist into UITableView , I have read many question and answer here but no luck ! it seems cells return null ! here is my plist :
and my codes :
...
-1
votes
0answers
37 views
Program to iOS 6.0 [closed]
Hi guys this is my first post I'm from Mexico and my English it is no very good.
My problem it's very complicated I bought iPad for developer applications but later I have a problems... Developer it ...
0
votes
0answers
25 views
Incorrect Master View Size in storyboard (portrait only)
I have an iPad app designed using storyboard, the MasterViewController simulated metrics are as follows:
and the view size as it appears in the size inspector is as follows:
when I NSLogged the ...
0
votes
3answers
84 views
How to manually send UIKeyboard notification
I have few uitextfields in my ui where keyboard will overlaps few of the uitextfields which are at bottom of my screen, to handle this i have implemented UIKeyboard notifications like
- ...
-1
votes
0answers
47 views
change Key value for pList in xCode [closed]
I am developing an iPad application using xCode version 6.
I try to create a plist in xcode. every time I add a file for plist with Key and values the key is set to root by default.
Is there any ...
0
votes
1answer
28 views
Detecting a change in one of two UITextFields
I am trying detect if there have been any changes in one of two UITextfields. The two text fields have tags (1 and 2) and the initial value is stored in a variable. On edit it compares the new value ...
0
votes
2answers
37 views
How to display a our popup before other installed application startup?
Currently, I am working on one security application. In this application, user can select applications for which he/she want to have additional security.
So, before this selected application start, ...
0
votes
7answers
64 views
convert GMT time to local
I got the time in GMT format in my iphone project using the following code.But I want to convert it into local time.Please give some ideas to solve this.Thanks in advance.
NSDate *currentTime = ...
1
vote
1answer
65 views
how to send/recieve soap object with objective c for ipad
I have been trying to write a objective c application for ipad to send/recieve soap web service. I have written a code but it gives an error. the webservice is working online.
here is my code,
...
0
votes
0answers
11 views
ScrollView is not working on Ipad
I'm doing an app for the iPad that have a lot of buttons in my mainview. I first put a ScrollView and it work fine, but when I drag my buttons in to the scrollview it stops working, When I add some ...
0
votes
1answer
32 views
Converting Iphone Screen to Ipad Screen
I created an Iphone app and I am trying to convert them to Ipad screens. I have a login page which was created for Iphone, I tried to change it to Ipad by changing Project Settings screen and changed ...
-2
votes
0answers
21 views
compare sounds files runtime iOS [closed]
Compare sound files, not on the basis of length.
I have some sound files of minimum length 3 minutes in resources
and by whom i am going to compare is a recorded file which will be of length 10 sec.
...
0
votes
2answers
41 views
didFinishPickingMediaWithInfo orientation issue
i'm trying to manage image rotation in imagePickerController:didFinishPickingMediaWithInfo, but after several attempts, I did not find any solutions. My last try is:
...
0
votes
1answer
33 views
how to convert UIView code into UIViewController with Nib in ipad
I have found tutorial which I want to implement in my view controller but the code is written in UIView so how to convert UIView code into UIViewController it can work here is my code
#import ...
-1
votes
0answers
56 views
Arduino robot controlled by an iPad via a Wi-Fi module [closed]
I have made an Arduino controlling a robot which has the WiFly module. It currently connects to my GUI made in Java so that I am able to commandeer the robot.
Currently, the robot sends out one ...
0
votes
2answers
60 views
UISearchBar does not get focus on iPad split view
this is my first question on Stackoverflow. I have used SO extensively while coding an universal iOS App.
I've hit a dead end with an issue about a UISearchBar:
I have an universal app, with a ...
-1
votes
0answers
26 views
Playback online tv from ISP in iOS 6
I'm new in the iOS development and I've read all about MPMoviePlayerController Class Reference on the Apple's site.
I've learned Sample Code from article but I can't understand how to get online tv ...
-2
votes
1answer
49 views
UITableViewCell - Changing All Cells to BackgroundView
I would like to add a UIButton to my TableViewController that will change all the cells in a UITable to the backgroundView from the contentView.
It would have the same functionality as setting ...
0
votes
1answer
49 views
Multiple In App Purchase - How to set different ID when purchased
On my app, I have set up 2 different In App Purchase Ids, lets say;
com.myapp.purchase1
com.myapp.purchase2
The upgrades are set to 2 different IBActions with an alert.tag for each to differenciate ...
0
votes
0answers
24 views
Reuse DetailViewController barButtonItem setter in several SplitViews
The video with the problem: http://vimeo.com/65453825 (will be ready in 44 minutes from now)
I have a TabBarController and on each tab I gave a SplitView (storyboard attached).
I have created custom ...
-1
votes
2answers
63 views
NSArray how do I restrict data in array when app not purchased? [closed]
I have an app that has a total of 32 images that appear at random;
I would like it to be so that, if the user has not purchased a particular upgrade then only the first 16 (f1.png - f16.png only) ...
-1
votes
1answer
59 views
Easiest way to add iPad to Apple developer account [closed]
I have some remote beta-testers who are not at all technically savvy. They are going to be testing a native iPad app. They are in another country.
I need to add their iPads to my Apple Developer ...
-3
votes
2answers
58 views
why the following error when I try to run the code in the real device?
I am a newbie to IOS programming. I build a very simple xcode program. Connect my ipad to the mac book, then click
production-> run, I received the following error
Xcode cannot run using the ...
0
votes
1answer
51 views
App crashes when adding names to UIPickerView
When I click a button, a UIAlertView prompts the user to type a name. This name is then created as a new 'Customer' object and inserted into a mutable array.
There is a separate mutable array ...
0
votes
0answers
43 views
iOS 6.1 - UIWebView object not loading on device through iTunes appinstallation
I made a simple iOS app for iPad 3 iOS 6.1 which uses UIWebView to show a webpage.
On the ipad simulator and when installed to device through xcode, then it loads the page perfectly . But when i try ...
0
votes
2answers
82 views
unrecognized selector sent to instance 0x84b1c20' - How to cast from UIVIEW to UIViewController [closed]
what's the way that i can resolve it.
NavigationControllerWithSlider* controller = (NavigationControllerWithSlider*) self.ViewLocations; // ViewLocations ----> subView of ViewController ...




