Specific to Apple's iPhone and/or iPod touch, but inapplicable to iPad. For questions not dependent on hardware, use the "iOS" tag. Another tag to consider is "cocoa-touch" (but not "cocoa"). Please refrain from questions regarding the iTunes App Store or about iTunes Connect.
0
votes
0answers
20 views
how to block the outgoing phone calls using iPhone application [closed]
I have requirement that is i need to call through my iPhone only two phone numbers(). User don't call some other number, if call some other means i need to show alert this number not access to call.
...
-1
votes
0answers
19 views
App not installing from App store [closed]
Hello This is really weird issue, I am facing.
I have installed an app from Apple App Store on iPad and it had installed successfully and working fine. But, when I am installing that same app from ...
0
votes
1answer
16 views
connecting 2 devices over different WiFi network using GKSession
I am trying to connect 2 devices using GKSession. When the devices are on same WiFi network it is working but when i am trying to connect devices on different WiFi network it is not working.
This is ...
0
votes
0answers
50 views
NSDateFormatter not working to set setTimeZone
I am trying to know the difference between two dates (Including days,hours,minutes and seconds). For that I am using below code, but It's not working.
+ ...
0
votes
5answers
53 views
How to know the section number on button click of Tableview cell in a UITableView?
I have a UITableView for which I have created a custom UITableViewCell. Each row in tableview has a button. I want to know the section number on click of a button, so that I would know that from which ...
1
vote
0answers
22 views
Sparkles and shine cocos2d shader
I have started to work with shaders(cocos2d 2.1) and trying to make sparkles and glossy moving effect like in this game:
game with cool shiny effects
There are a couple of issues with that:
Is there ...
0
votes
0answers
63 views
Using json parser to retrive the data from server
I am developing AVAudioPlayer app in iOS6 according to my project Requirement.
I used JSON parser to retrieve the songs from server side.
I completed JSON parser completed successfully, But I have ...
1
vote
0answers
64 views
+400
Animation Duration for UICollectionView selectItemAtIndexPath:animated:scrollPosition:
I have tried to set the duration (with the normal methods that I would try) for setting the animation duration for UICollectionView's selectItemAtIndexPath:animated:scrollPosition: method (or the ...
0
votes
2answers
75 views
iPhone App Rejected, Reason: App name to be displayed on the App Store does not sufficiently match the name of the app displayed on a device [closed]
My iPhone App Rejected. Here is Apple message from resolution center:
We found that the app name to be displayed on the App Store does not sufficiently match the name of the app displayed on a ...
1
vote
2answers
63 views
Reset appearance settings for UINavigationBar back to default
I've been using the fantastic [[UINavigationBar appearance] set... to set application wide appearances for my UI. However, I'm using the SKStoreProductViewController and want to remove all of my ...
0
votes
2answers
65 views
Modal ViewController popping up without animation, bug?
Sometimes when I use: [self presentViewController:viewController animated:YES completion:nil]; or even if a modal segue handles the transition, it just pops up without any transition, making it look ...
1
vote
2answers
113 views
+300
Displaying a screen shot generated UIImage is not displaying in UIImageView (for device only)
I am trying to save an OpenGL buffer (whats currently displayed in the view) to the device's photo library. The code snippet below works fine on the simulator. But for the actual device it is ...
0
votes
2answers
26 views
Can't create outlet using Interface Builder - Lock symbol shown
I'm trying to create outlets using the Interface Builder, however when drag the UILabel from the IB to my controller's .h file the big lock symbol flashes for a few seconds and it doesn't actually ...
0
votes
2answers
66 views
+50
Adding a method to my uitextfield in cell?
I am adding this Method to my code to format the textfield. I am using the code below to try and add the method, but it not working, what am I doing wrong?
.h file
NSString* phone_;
UITextField* ...
1
vote
3answers
52 views
iPhone : How to change color of particular pixel of a UIImage?
I have a UIImage, I want to change colour of its particular pixel, say 224 x 200th pixel. How can I do this? Is it even possible to do? Thanks in advance.
2
votes
3answers
78 views
How to change cancel button title in UIImagePickerController?
Currently I'm working on a multi-language application and I want to change the Cancel ,Use and Retake button titles of the UIImagePickerController. How can I do that?
4
votes
1answer
170 views
Occasional black screen after resuming iPhone app
While testing a new build of our iPhone app, we're occasionally seeing the app window go completely black when resuming the app sometime after applicationWillEnterForeground. The only way to make the ...
1
vote
0answers
30 views
Does Apple still approve Lite versions? [closed]
Does anyone have any recent experience of submitting a separate Lite version when there is an existing full version of an app on the App Store? I know that Apple's guidelines changed recently and I am ...
1
vote
2answers
40 views
How to get API_KEY in Android Transliteration
Need help... I am working on transliteration in Android and it requires API_KEY, but as I'm new to Android, I don't know how to get that API_KEY, Can anybody tell me, what I have to do to get that ...
9
votes
3answers
142 views
KVC vs fast enumeration
Which of the following is faster and why?
CGFloat sum = 0;
for (UIView *v in self.subviews)
sum += v.frame.size.height;
or
CGFloat sum = [[self.subviews ...
0
votes
3answers
66 views
How make update of my UILabel in xcode
i have my code for parsing:
NSError* error = nil;
NSString* text = [NSString stringWithContentsOfURL:[NSURL URLWithString:@"http://site.ch/parse.php"]
...
0
votes
1answer
68 views
corona sdk - collision detection on object that changes size
Hey I'm wondering how to check for collision on an object that grows each time it hits a certain object. I can get it to grow and recognize collision, but as the object grows, the collision hit box ...
1
vote
0answers
23 views
Unable to reset HTML video on iPhone to start from the beginning
Using a shared video object I'm loading and playing different source movies dynamically. Resetting the current time like this works fine on the desktop;
$('video').bind('loadeddata', function () {
...
-1
votes
0answers
44 views
error:variable is not a CFstring
Somehow the code below crashes my app:
-(void)addbank
{
NSString *trimmered1 = [self.acctype.text stringByTrimmingCharactersInSet:[NSCharacterSet whitespaceCharacterSet]];
}
my output is ...
0
votes
1answer
29 views
Unable to display 2 GLKViewController at the same time
I am building an app that is required to show to opengl views, one fullscreen and the other one smaller as an overlay. The two views represent 2 completely different apps.
Right now it seems I can't ...
-1
votes
2answers
38 views
how to display array elements in iphone even the values changed that is automatically ll updated ,in button or uilabel [closed]
How to create 2 diff arrays and display the array elements in diff label at runtime. if the array elements are increased that is also display at runtime in iphone simulator...... can any one give an ...
1
vote
2answers
59 views
can we directly access the SQLite data base of core data
In an iphone application i am using core data to manage all my data, now my question is can we directly access the data base which has created by core data using our own queries?
is it possible ?
...
1
vote
3answers
64 views
Sort NSMutableArray with custom objects by another NSMutableArray [duplicate]
I have 2 NSMutableArrays. First array contains custom object intances with property NSString *itemID, second array contains only from NSString objects with same values of itemID, but in another ...
2
votes
0answers
70 views
iOS state preservation and container views
I have a view controller in a storyboard that is using a container view. Both have restoration identifiers set. The parent is being saved and restored just fine. The child however is not. Neither ...
1
vote
0answers
90 views
'webkit-text-size-adjust' not working when sent from Outlook 2010 - HTML email signature
I'm ready to explode with frustration with a HTML email signature I am building, it's fine when attaching the signature using Thunderbird, but sending from outlook 2010 (which my client uses to send ...
1
vote
1answer
208 views
Videojs autoplay and no controls on iPhone
Is there a possible configuration for video.js that hides native controls on iPhone? I'd like to also be able to autoplay, but that's significantly less important. My main concern is to be able to use ...
1
vote
0answers
67 views
How unique are local asset URLS in iOS
We are using local asset URLs to identify images coming from Camera Roll of an iPhone.
These are ALAssetPropertyURLs described here: ...
10
votes
2answers
1k views
po object results in error: cannot find interface declaration for '$__lldb_objc_class'
I'm having this weird functionality in the debug console.
say you have the following code:
anIssue.issueID=[issueDictionary objectForKey:@"uniqueId"];
the po of the issueDictionary function ...
0
votes
1answer
155 views
Showing a view controller modally in monotouch
In my Monotouch based iOS project , i have 2 view controllers .On first ViewController i have created a button by xib.
Now on selection of this button i want to display the second view controller but ...
-4
votes
4answers
61 views
Getting date in specified format
I am getting current date in format "2013-02-10 09:26:52 +0000" by using [NSDate date].
I want date in format like "Feb 10".
Can anyone suggest correct dateFormat?
10
votes
1answer
3k views
purgeIdleCellConnections: found one to purge conn = 0x1d57ba00
What's going on here? This is the first time I've ever seen this in the log.
I'm connected to NTP servers.
Building on iPhone running iOS 6.0 with latest version of XCode.
Should I ignore this? ...
1
vote
1answer
181 views
Selecting different storyboards based on device type
I have a universal app in which I'm loading my main storyboard manually in application:didFinishLaunchingWithOptions.
I have 2 storyboards for iPhone and iPad which have the ~iPhone and ~iPad ...
1
vote
3answers
2k views
Xcode 4.6 error - Timed out waiting for app to launch
I am building an app in Release, and running on an iPhone 4s.
When I click on run, everything works well, my application even runs on the iPhone.
But after some times, I have an error from Xcode : ...
-3
votes
2answers
96 views
NSDictionary id key value
I recently try to change the Json library in my applicaiton from SBJson to the NSJSONSerialization.
When I do this job, I find there are some key value that I can not get out.
Here is an example of ...
7
votes
2answers
463 views
+500
Is there a good free barcode scanning SDK for non-autofocus cameras on iOS?
I understand there are many questions similar to this on StackOverflow, but this question is very specific so I'm not looking for the typical "Zbar" answer here.
I use the Zbar SDK for barcode ...
-3
votes
2answers
81 views
Set ringtone with webapp (sencha, ajax)
Is it possible to set a ringtone with a webapp (like with sencha for example) and not with a native app?
1
vote
1answer
269 views
How to change a UIView size in iOS6 with autolayout on?
I understand the idea of the new auto layout technology in iOS6 is that you no longer need to set a frame, but you code by intent?
Following on from this at runtime if I change a UIView size by its ...
6
votes
5answers
2k views
Comparison between TestFlight Live, QuincyKit and Crashlytics
I am going to launch my app on the AppStore and I would like to keep track of crashes and fix them as soon as possible. If possible, it would be nice to collect also some additional information about ...
1
vote
1answer
273 views
How to convert shapefile to tile based file
I am developing a Map based iPhone application where I have to draw a map of any specific region depending upon the current location of that device.
Client is supplying me the .shapefile consisting of ...
2
votes
3answers
397 views
twitter update using TWRequest gives 403 error
i'm using the following code to tweet in user's timeline using the iOS 5 twitter API
// Create an account store object.
ACAccountStore *accountStore = [[ACAccountStore alloc] init];
// Create an ...
4
votes
3answers
3k views
Not a PNG filCommand copypng emitted errors but did not return a nonzero exit code to indicate failure
I am getting following error while adding images the running the project on iPad.
It worked fine on simulator with all images but on iPad its running but showing no images.
CopyPNGFile ...
0
votes
1answer
532 views
CGContextClipToMask not clipping
I am trying to draw an inset shadow inside a rounded rectangle by clipping away the stroke of a path using a clipping mask, leaving only the shadow behind. The ultimate goal is to approximate the ...
0
votes
2answers
103 views
Background Image Colors not Showing Up Correctly
I have a background image created by my designer in photoshop. I convert it to png-24, and have two files, one for retina display at 640 x 920, and one for normal display at 320 x 460 (and which I ...
0
votes
2answers
205 views
How to detect whether iPhone is vibrating or not?
I want to write an app that does something whenever the iPhone vibrates (receives phone call, text on vibrate mode). Is there anyway to detect whether the iPhone is vibrating (i.e. handle a "vibrate" ...
3
votes
1answer
1k views
Facebook iOS SDK Logout
I'm using the official and updated Facebook iOS SDK.
We're developing an application on an iPad that is used inside a physical store using an in-house distribution profile. Where customers can login ...


