Refers to the iPhone software development kit, version 4.0.
-1
votes
0answers
46 views
why my latitude and logitude is 0 my simulator location is 37.785834 -122.406417 [duplicate]
what change i should to to get my current location longitude and latitude i imported corelocation.h?can i use map kit to find my current location if yes how?
- (void)viewDidLoad
{
[super ...
-2
votes
1answer
35 views
App installs on one device and fails on another? [closed]
I have already added UDID of both devices in my provising profile.
I m getting an error itunes sync failed to install
Can anyone help me on this ?
0
votes
0answers
18 views
How does iOS call bluetooth setting for iPhone?
I did build xCode Project that an exteneral accessory via bluetooth v2.1 and it worked between iPhone and my accessory already.
Now,
I would like to open iPhone bluetooth setting in my iOS-apps ...
0
votes
2answers
38 views
UIImagePickerController : How do I add button and select photo
How do I add button and select photo. Please help and tell me how to solve
1
vote
1answer
27 views
Does iOS Supports ADMODA?
I have gone through on the following here and i have seen in many cases that it is available for android.... now, two questions....**
Refrence :ADMODA
Is this available for iOS ?
If so, where can ...
-1
votes
2answers
22 views
iPhone custom media player [closed]
I want to create an iphone app which can play an online radio stream with my own play/pause toggle button and a buffering screen (or buffering state, then I can make the buffering screen). Any ...
-1
votes
1answer
40 views
How to show or hide the sub View in iPhone SDK according to swipe gesture?
Like i want to show my view from left side on the swipe from left to right direction. Is this functionality in-Built or i need to implement this with my own logic...
Thanks in Advance...
0
votes
0answers
25 views
Using GPUImage library for editing video
I am using GPUImage Library to edit videos using various filters.But when I apply filter the videos are stored twice in the phone library.Any buddy can please sort out this issue of video being ...
0
votes
0answers
43 views
Capture Network data usage by each Application in iPhone
I want to make an iPhone application in which Network data usage by each application is detected and shown.
Just like Onavo Count
I don't care if Apple don't support it. I am not going to sale it
-2
votes
4answers
48 views
Getting data from NSDictinionary [closed]
I'm trying to get the "firstName" , "lastName" , "gender", "homeCity" and "email" from a NSDictionary
but It doesn't work...I have tried the following code:
NSDictionary *userInfo = [fsUser ...
-2
votes
1answer
24 views
How can I authenticate user using foursquare api? [closed]
I need to do a login system using the login from foursquare but I didn't found any tutorial about this
-1
votes
0answers
10 views
Get bluetooth id of my iPhone Device
I need to find out the bluetooth ID of my iPhone Device Programmatically. How can i get it using the iPhone SDK. Please help.
Thanks in advance.
-1
votes
1answer
34 views
iOS paypal API - Apple Rejection [duplicate]
I want to develop one iPhone app in which user upload their documents on my server and then I will process that documents and provide them back via mail or any other mechanism out side of app.
I want ...
0
votes
0answers
33 views
Resize subview according Aspect ration
I have a subview of size 1024*768, and I want to use this subview in both the version in iPhone build and iPad build. I have used both the property autoresizesSubviews,autoresizingMask. But still it ...
0
votes
0answers
13 views
Video playback terminates when popover is dismissed
I am trying to playback a video stored in the photos album. This is being tested on the iPad, hence the use of UIPopover. The code is as follows:
-(void) buttonPressed1:(UIButton*) button{
...
0
votes
1answer
21 views
getting error while posting image on user wall using FBDailog in iOS
I was trying to post image on my timeline using FBDialog class.
I'm getting the final url as
...
-1
votes
1answer
67 views
Loading data in second view controller in xcode NSLog [closed]
I am quite new to object C and iphone app development.
Here is what I have:
StoryBoard
What I have done
Dragged button to first view controller.
Dragged second view controller.
Added push ...
0
votes
1answer
120 views
Default ChildBrowser Plugin Example for PhoneGap: Successfully Opens, But Fails to Load URL
I'm hoping this is a pretty easy question to answer, as I seem to be very close to getting the ChildBrowser plugin working. I'm using Xcode 4.6.2 and Cordova 2.7.0, attempting to create a basic iPhone ...
-6
votes
0answers
30 views
Is This iPhone App Possible? [closed]
I participate in pistol competitions. Each stage run could be from 6 to 30 shots. Lots of shooters record their stage runs with iphones to see where to improve. The thing that is missing is any ...
-1
votes
0answers
35 views
Accessing photos from a Custom album from photolibrary [closed]
is there any way to open the Particular photo album in iphone SDK Suppose there are two albums created by the user 1) Photo Album1 2)Photo Album2 i want to open the photo Album1 only for ...
0
votes
2answers
71 views
Getting routes and turn-by-turn navigation in an iPhone app
I'm developing an app that will focus heavily on giving users routes and turn-by-turn directions while driving. It is important that they stay within the app during their drive, so I really don't want ...
0
votes
1answer
39 views
loading data after loading view in iphone application
Hi I am new to objective c. I am trying to create a login system app.
Here is how my story board looks like:
I will be using AFNetworking classes and rest php library to talk with data.
Now as ...
0
votes
1answer
40 views
Taking too much time in loading news from rss feed
I am working in a news app. I have six different news. I am calling the rss feeds from viewwillappear() method. I have run a switch case with the selectedIndex. I included lazy loading but still it ...
0
votes
2answers
24 views
How to access iPhone's Calendar so I can get the attendees of a meeting
I want to be able to access iPhone's Calendar so I can get the attendees of a meeting. Thanks in advances!
0
votes
0answers
15 views
Port base SMS for iPhone
Is it possible to implemented the port base SMS notification for iPhone(without jailbroken) native app? is there any way to read the incoming port base SMS. Your help greatly appreciate.
Is there any ...
0
votes
1answer
46 views
How to bring up text on image in uipickerview
Before insert image in uipickerview
After insert image in uipickerview
- (UIView *) pickerView:(UIPickerView *)pickerView viewForRow:(NSInteger)row
forComponent:(NSInteger)component ...
0
votes
0answers
35 views
ePUB 3.0 library for IOS [closed]
I am trying to develop an ePUB 3.0 reader for iOS which allows the user to interact with the text and also allows the user to play videos in it.Also the app should behave like iBook with a page flip ...
0
votes
1answer
19 views
Angel.co API for IOS
I am trying to connect to the angel.co API using IOS/objective-c?
But I do not know how to start.
Can anyone please help me?
How do I integrate the angel.co API in IOS?
0
votes
1answer
69 views
UIButton action selector
I have the following code:
- (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section {
UIImage * search = [UIImage imageNamed: @"search.png"];
UIImageView * ...
0
votes
4answers
40 views
Simple Delegate Between View Controller and UIView Isn't Working
So I am using a simple delegate to access a function from a main view controller when a button is pressed on a subview that is generated as an overlay on top of the main view. For some reason the ...
0
votes
0answers
47 views
How to rotate uiimage without stretchable in objective C [duplicate]
How to Rotate UIImage in objective C without stretchable and how to draw border for uiimage not uiimageview
2
votes
3answers
62 views
How to Display this kind of data into UITableview
I am having NSArray in which it is having following data, i am using AFHTTPRequestOperation which give me result and after that i am doing
[ListOfName addObject:[responseData valueForKey:name]]; and ...
0
votes
1answer
62 views
arc4random always returns same initial value on app start
I am developing an application for the iphone that, in viewDidLoad, calls arc4random to get a random number. My problem is that each time the application starts, it gets the same number from ...
0
votes
0answers
13 views
How To Stop Recording Music by Gracenote SDK in iOS
Currently i'm using "GN_Music_SDK_iOS" SDK in my iPhone App.I just started the recording music by "[GNOperations recognizeMIDStreamFromMic:responseObject config:config];" method, then it is gieving ...
-3
votes
0answers
42 views
Can any suggest me a best ebook or tutorial for Amazon Web services for iPhone [closed]
Hi Every one im new to AWS .I have a free tier membership at Amazon web services.But i couldnt find proper tutorials or ebook for how to Create an Iphone application with AWS services.
please ...
-8
votes
3answers
129 views
How to use NSArray objects as a button so when i click on it will jump on other view? [closed]
i am new on ios so please tell me how to use NSArray object as Button object??
i'av just created a table view having 5 cells. i put values in it using NSArray.. Now i want that each cell should work ...
-1
votes
4answers
63 views
How to compare time between a time interval in iphone [duplicate]
NSDate* firstTime = (NSDate *)openTime;//10:00AM
NSDate* secondTime = (NSDate *)closeTime;//10:00PM
NSDate* nowTime = (NSDate *)str;//3:09PM
NSComparisonResult result1 = [nowTime compare:firstTime];
...
0
votes
1answer
37 views
Why GLKit scaling is causing color/lighting to darken?
Im seeing a strange behavior that i cant seem to grasp.
For some reason when I apply a scale (on the z axis), my texture mapped polygon mesh becomes darkened, as if lighting is suddenly disabled or ...
0
votes
0answers
9 views
scrubbing in player in iPhone SDKs
I am making my custom player,i have made that but now i want to add scrubbing feature in my player which iPhone also provides.I searched through this on various site but didn't find anything regarding ...
0
votes
0answers
19 views
Recognizing pan gesture in covered scroll views
I have a view controller with three UIScrollViews (used to create parallax scrolling), each of which takes up the full screen. Each of the scroll views includes subviews (UIImageViews) which I would ...
1
vote
0answers
109 views
How to share video on facebook programmatically in iphone?
I used the following parameter but it is not working and instead the image is uploaded to the facebook.I stored the video in bundle and referenced it by storing in AVAssest and then passed the object ...
0
votes
4answers
66 views
ios saving and retrieving NSNumber from NSUserdefaults
I've searched but I can't find a good explanation as to why I'm still not getting the right value from my saved Integer.
This is how I saved my event Id.
NSUserDefaults *prefs = [NSUserDefaults ...
0
votes
1answer
20 views
MapView showing unmatched data on annotatioin?
I am new to iPhone programming and i was practicing MKMapView.But it is showing unappropriated data.
I have two ViewControllers. On the first ViewController , We have a button with this below written ...
2
votes
1answer
75 views
Sample example to implement TripAdvisor api - iOS application
I have tried a lot for finding some example to implement TripAdvisor api. But I didn't get any demo code for implementing it in my iOS application.
I don't know any starting point to implement it.
...
0
votes
4answers
69 views
How to program recurrent tasks in Objective C? (e.g. increase lives every 15 minutes)
I was wondering what's the best practice to increase resources in an iPhone application (no matter if it's running in the foreground or it's frozen/running in background) The feat I'm trying to ...
-7
votes
6answers
175 views
Pass NSMutableArray to one view controller to another
I am trying to pass a NSMutableArray between two view controller. Please let me know what can i do for this
In the PlaylistViewController.h file I have
NSMutableArray *SongArray;
...
3
votes
1answer
58 views
How to set the video orientation from landscape to portrait using CAAffineTranslation or any other way?
I am merging the video using AVMutableComposition and the videos gets merged.But the video gets stored in the landscape (which is default mode for AVAsset) after merging.So i want the video to be fix ...
0
votes
0answers
28 views
Configure Ejabberd with Gtalk
I am beginner in ios. Currently, I want to make chat client that can work with ejabbered and gtalk. As per http://mobile.tutsplus.com/series/building-a-jabber-client-for-ios/, it works successfully on ...
0
votes
0answers
31 views
How to set the text position in video using CATextLayer in iphone?
I am setting the text using CATextLayer in a video using AVMutableComposition and the text is being displayed but I am not able to set its position on screen ... using this code the text is being ...
0
votes
0answers
97 views
How to connect iPhone media player with online audio stream [closed]
I want to develop an application, which can capture and play a live audio stream like this
http://www.vpr.net/vpr_files/stream_playlists/vpr.asx
any suggestions or any sample code will be helpful.
...






