Tagged Questions
0
votes
3answers
24 views
CollectionView-Simple sample code
Used CollectionView-Simple sample code from apple. when run their project it works. But when run my project which is exactly same as apple sample code it doesn't shows images with grid layout but ...
0
votes
0answers
14 views
How to choose one .app project in xcode 4.5?
I have two example projects inside one project,In xcode products group BumpSphereExample.app,TeapotExample.app two files and two firstdelegate,seconddelegate delegate classes.
I changed settings in ...
0
votes
0answers
29 views
UIAlertView with TableView inside not working in iPad
In my project I have to web response in a list format, user would select a particular response and again modified data would be sent to Server.
For this purpose I am using a UIAlertView with ...
0
votes
0answers
16 views
Ignore Three20 from being committed to SVN
I have linked Three20 into my project. For iOS 6 Compatibility I changed 2-3 lines in one of the Three20 classes. Now Xcode shows status as M for SVN see screenshot
. How do I prevent All Three20 ...
0
votes
0answers
9 views
Message which comes in facebook SDK as “Shared Via APP” using either Social Share Framework or UIActivityViewController -iOS6
Is it Possible to display a Message which comes in facebook SDK as "Shared Via APP" using either Social Share Framework or UIActivityViewController in iOS6
1
vote
2answers
50 views
Why does my new app override the old version on my dev device, and how can I make them separate?
I have opened a can of worms by using an old pre-built project as the foundation for a new one.
When I open the old project in the simulator or on a device, it uses images and settings from the new ...
4
votes
0answers
62 views
what does “exited abnormally with signal 9: Killed: 9” mean
How to read error codes which appear in the console?
<Warning>: ....... -exited abnormally with signal 9: Killed: 9
<Warning>: ....... -1 err = Bad file descriptor (0x00000009)
Here ...
0
votes
0answers
29 views
ScrollView Change Image horizontally
I want scrollViewDidScroll delegate method change image only in 10% User can scroll
my code looks like:
- (void)viewDidLoad
{
[self setupPage];
[super viewDidLoad];
}
#pragma mark -
#pragma mark ...
-1
votes
0answers
40 views
How to design a bid whist card game in ios using cocos2d [closed]
Hi everyone i am very new to the ios applications so presently i have to create a game application similar to bidwhist game in iphone.i have searched for the sample code on web but of no use.I have ...
0
votes
1answer
53 views
Showing contact name and no. from address book, throwing exception NSInvalidArgumentException
I'm retrieving Contact name and phone no. from the Address book in my application. I'm printing them in log and it is working fine. But when I try to show them on the table view, I'm getting the ...
0
votes
0answers
32 views
how to decrease the size of button in ios keyboard and add a button
How to decrease the width of space button in ios keyboard and add a button in that space?
I don't want to customize the whole UIKeyboard.
0
votes
0answers
15 views
ToolBar is going up when Autolayout is unchecked in ios6?
I am using xib when i add tool bar to my view Toolbar is missing when Autolayout is unchecked.
0
votes
1answer
58 views
Xcode: Event not created in Calendar : issue With Timezone?
ddI am facing issue while creating Event in Native CALENDAR, When i pass event.startDate anything other than present timestamp... also event.endDate not working with different value as below..
- ...
0
votes
0answers
18 views
Error warning and app quitting using MPMoviePlayerController
I am building an app which plays videos and don't want the user to have any video controls and also want the app to automatically return to the previous screen when video playback has finished.
...
0
votes
1answer
20 views
iPod Device not recongnized in Xcode
I have an ipod touch newly upgraded to IOS 6.1. In my xcode(4.5.2), the device is not getting recognised. This happened just after i upgraded the device OS. I have tried restarting/rebooting device ...
0
votes
0answers
16 views
What frameworks/libraries can I use to help coding a server backed iOS app?
I've recently started iOS development, coming into it as a web developer. I couldn't imagine not using tools like jquery and modernizor. (I know plenty of other people could, but that's them)
XCode ...
0
votes
1answer
45 views
If you started iOS programming today, what frameworks would you consider still necessary and useful? [closed]
I've recently started iOS development, coming into it as a web developer. I couldn't imagine not using tools like jquery and modernizor. (I know plenty of other people could, but that's them)
XCode ...
0
votes
1answer
11 views
Back Home from segued views
I have used storyboard and segued from Main Menu to dealers list for a district to open Invoices list to Invoice Detail.
Is there a way to put a button called Home, which can send the user back to ...
0
votes
0answers
20 views
MPMoviePlayerController causing app to quit unexpectedly
I am having an issue with my app which I think is being caused by MPMoviePlayerController.
The app plays multiple videos and all seems to work fine, it builds with no issues, errors or warnings but if ...
2
votes
1answer
26 views
Internationalization in iOS app
I have to do Internationalization in iOS app.I searched and found "genstrings".I have created localizable strings for the particular languages.
My doubt is : How to create an app to support all ...
0
votes
0answers
9 views
Using CLLocationManager in networking app
Right now I am developing an app in cocos2d in which the two users are connected over a network. One is the client and one is the server. What I need to do now is know the specific locations of both ...
0
votes
0answers
22 views
How to integrate meetup login page in my iphone app
Hi everyone I need meetup login page in my app like facebook and twitter so i gone through the link http://www.meetup.com/meetup_api/ even but i am unable to understand what to do and how to integrate ...
0
votes
1answer
51 views
How to makes changes in kal calender to display events from json webservice
hi am creating an iphone app in which im using calender in order to display events.For this i used kal calender api https://github.com/klazuka/Kal in my project and i need to display events based on ...
0
votes
0answers
12 views
Touch Recognition Freezes After Custom Object is Edited
I'm at a loss with this one, and I'm not sure how well this can be explained without the entire code base, but I'll try. If anything needs clarification, ask and I will do my best to explain.
...
0
votes
0answers
45 views
iOS6 — MapKit Center and Max Zoom
I would like to Center the map and zoom in. I have the following code:
- (void)viewDidLoad
{
[super viewDidLoad];
// Do any additional setup after loading the view.
locationManager = ...
0
votes
2answers
79 views
how to set the nib name of a view controller in interfacebuilder
I'm using multiple views in my project and I need to navigate from one another and I dont know how to do that when I googled I got some answer based on the nib names now I'm more confused How can I ...
0
votes
1answer
40 views
Menu Button in Cocos2d
Im trying to make the play button on the main menu of my game in Cocos2d which is an image file. I set up the sprite as playButton with the image Play Button.png. When I ran the app it gave me an ...
0
votes
2answers
40 views
Autorotate parent view to potrait when child view is dismissed ios6
login view controller embedded in navigation controller must be only potrait.
other view controller's pushed can rotate.
scenario:
if after signing in i rotate child view controller and then logout ...
0
votes
0answers
24 views
Save input and re-display when orientation changes
I have a few UITextView's in portrait view controllers in my project. I have created alternate landscape view controllers with their own UITextViews, for the portrait views. When the device ...
0
votes
0answers
17 views
Getting two popovers using UIPopoverController
I press a button and it displays the images saved on the camera roll. The problem is it displays two different popover controllers, one in the right place and the other not. Here is the code for the ...
0
votes
0answers
29 views
How to use addAttachmentData in MFMailComposer
This might seem like a simple question, but my app has images in it and I want to add them as attachments to emails if they're being used, but not add the attachment if they are not. I have no problem ...
0
votes
1answer
99 views
Validate text field in table view xcode
i am new in xcode.
In my project i am using table view that has multiple textfields.
How to get field value from table view and also how to validate.
Please help me
I am in trouble. I need to finish ...
-1
votes
1answer
64 views
how to simulate your app on real IOS devices [closed]
i have jailbreak iphone 4s with 6.1.2 (10B146) ios version. i hane maintain provisioning profile .the status of profile is valid.my device is add on member center it show there.but when i run the app ...
0
votes
2answers
156 views
refresh controller for embedded tableview ios 6
Hi i currently have embedded tableview in UIViewController. In the tableview i have collection of json data. I wish to make a refresh controller, so whenever the user pulls down, the json data is ...
1
vote
1answer
38 views
Multiple UIImageViews with UIImagePicker
I am brand new to using UIImagePicker so bear with me here. Basically, I have two UIButtons defined that access the camera roll and once an image is chosen, the image appears in my UIImageView. The ...
0
votes
1answer
40 views
Check if exists a string inside a plist file
Hello guys i try to check a single line STRING inside my plist file, in my detail view I need to implement a IF like a:
NSString *data = [[NSBundle mainBundle] pathForResource:@"name" ...
0
votes
1answer
104 views
Does iOS simulator have the ability to simulate the device's camera?
Just to make sure I have all the code right, here is my header file:
#import <UIKit/UIKit.h>
@interface ViewController : UIViewController ...
0
votes
0answers
105 views
How to Resolve Image Distortion When Collection View Layout Changes Cell Frame
The Setup:
I have a collection view using a customized flow layout.
The custom layout puts the all the cells in a single-row line.
The custom layout overrides the layoutAttributesForElementsInRect ...
0
votes
0answers
36 views
String to set on a UIAElement value attribute instead of name attribute
I am working on UIAutomation for an iOS app, where I get an element (in my case element is UIView and say its named as "View1") on the app using its accessibility identifier (say accessibility ...
0
votes
1answer
50 views
How to store high scores in a list in Cocos2d
Right now I have already created my game "Laser Defender" and its in the app store, but I have one thing I can't figure out, how to store the high scores in a list from the game play. I have a label ...
1
vote
2answers
128 views
How do i set a modal segue (programmatically) to a push segue
i have an navigation controller in my storyboard, but for one reason i have to make one segue programmatically, but how do i make a push segue programmatically?
this is my code so far:
- ...
0
votes
0answers
53 views
Video playback in xcode 4.5 crashing
I am trying to play a video in my app using the latest version of Xcode. I am using the following YouTube video as a tutorial, http://youtube.com/watch?v=aVzgM58Bidk
Despite following the instructions ...
0
votes
0answers
19 views
Understanding this UI Element
Would you be so kind to explain to me how this GUI element is implemented?
I mean the division in between the upper GUI and lower GUI that draws a kind of an arrow pointing to a kind of "NSMatrix"...
...
0
votes
1answer
231 views
Xcode How to pass data from one UIviewController to another UIview Subview
I have a UIViewController (Main VC) into which another UIView is loaded as subview when a button is tapped on MainViewController. Actually I load a map view as subview in the main view controller. For ...
0
votes
0answers
69 views
Not able to login on Tumblr through share kit
I am using sharekit for login into Tumblr and also Sharing Image on Tumblr. When i m trying to share an Image or login into Tumblr It gives an error message "The service encountered an error. Please ...
0
votes
1answer
28 views
Two TableViews with two CUSTOM cells in ONE view
I have written some code to display two tableviews' data with two custom cells in one view:
(UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{
...
0
votes
1answer
39 views
i want to make an if statement, so if some images are on a specific coordinate, there will be a sound
i know how to make playin a sound but i don't know how to use the 'CGPointisEqualtoPoint' method. How do i use that or are there other ways?
-(void)beloning {
if (//CGPointisEqualtoPoint?!
) {
...
0
votes
1answer
67 views
Save Data o a plist file
i do a application with a TableView and read source from a inside plist file, now i do the code correct for editing table and add row, but i can't save on a plist file because isen't in a Documents ...
0
votes
0answers
54 views
iPhone SDK: iPhone 5 interface auto adjust
I do not want my application to autosize for the iPhone 5 as it is automatically doing it even though in the interface I do not tell it to do this. This Problem started occurring after I downloaded ...
0
votes
0answers
64 views
ios iphone/ipod 5 in landscape left mode doesnt detect touches
I am having trouble with touch detection on those ios wide screens. There is about 40px non-responsive top area when in landscape mode.
Weird thing is that this happens only when in landscape LEFT, ...


