Tagged Questions
iOS is Apple's operating system for mobile devices, such as the iPhone, iPod touch, iPad and Apple TV (2nd generation) devices. It shares a lot with Mac OS X, but is optimized for touch-based interfaces.
0
votes
0answers
2 views
How to get list app in appswitcher in iPhone
How to get list app in appswitcher in iPhone and remove it.
I try to get all pid of process but I cannot know what is app need kill.
Sorry my english very bad.
Thanks you
0
votes
0answers
2 views
HTML5 videos as splash screen for Sench Touch iOS App
I wants to show a HTML5 video as splash screen for Sench Touch iOS App. I am using following code:
Index.html:
<video id="splashScreen" autoplay="autoplay" width="100%" height="100%"
...
0
votes
0answers
5 views
C# Regex : let's parse Objective-C
I'm trying to parse an x-code project to translate it.
I've got 3 or 4 big applications to translate so i start a C# project to do this.
I'm having big troubles with Regex.
Does anyone know how to ...
0
votes
0answers
4 views
ABPeoplePickerNavigationController. Need to show contacts in the same view controller
I have a View Controller embedded in a Navigation Controller. It has a button and a table view. I need the contacts from the phone to load in the table view of this View Controller, but what is ...
0
votes
0answers
4 views
How to decide dynamically which screen to transition to (iOS Game)
I'm a little bit confused about how to best perform screen transitions in my game. I need to perform the following transitions [Main Menu] -> [Character Select] -> [Stage Select]
Up until now I was ...
0
votes
1answer
23 views
updating an already existing iOS App
I am facing a problem working on an iOS App for a client. I have created a new version of the client's app as he requested and he seems very happy with it. Now I have to publish it on the App Store, ...
0
votes
0answers
10 views
can I detect a user on Mobile Safari (iphone) VS UIWebView (WebKit) with javascript?
I'd like to be able to tell the difference between a user hitting my website on normal Safari as included in iphone or ipad, VS a user who is hitting the same content through a UIWebView within a ...
1
vote
2answers
6 views
TableView Scroll Indicator Overlaps Header
The Situation:
The TableView does everything I need it to because it
Allows me to animate rows into it (not easily accomplished with a UIView)
Allows for a non-scrolling header up top.
The ...
-3
votes
3answers
43 views
About .h and .m files (how to manage)
Hey experienced programmers!
Id like to ask you something about clean code :)
Id like to keep my code clean and make it nice, so thats my questions:
1)Where should I put #imports?
My principles: ...
0
votes
0answers
5 views
How to stream large mp3's and videos via iOS in MPMoviePlayerController
I know Apple rejects apps that pull too much data/min. I have read several articles like this one Here however I don't think I fully understand.
We have some 300mb+ mp3's that are radio shows, etc. ...
0
votes
2answers
8 views
How to remove or disable language preferences key from iPad keyboard for specific text field
1
Needs to remove or disable key from iPad keyboard for specific text field, shown in the image
0
votes
1answer
13 views
How can I detect next page number of UIScrollView which is 'scrollView.pagingEnabled' = YES?
I searched several stuffs on stackoverflow like
CGFloat pageWidth = scrollView.frame.size.width;
int pageNumberToBeScrolled = floor((scrollView.contentOffset.x - pageWidth / 2) / pageWidth) + 1;
if ...
0
votes
1answer
8 views
AVMutableAudioMixInputParameters setVolume atTime not working only with kCMTimeZero
Im am developing an iOS app in Xcode. I am still new to programming.
I am trying to set the volume of an audiotrack while playing it with an AVPlayer. It is working great if a set the time at ...
-4
votes
0answers
22 views
Error in in my IPhone app - NSArray exception
my application gets terminated by throwing a error message :
Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSArrayM objectAtIndex:]: index 0 beyond bounds for empty ...
-1
votes
1answer
31 views
how to filter using NSPredicate in IOS
I have an array which contains some objects.
Now I want to filter array based on two conditions how can i achieve this one?
1.object which has both the ends same letter
2.it must contains some ...