Tagged Questions

4
votes
2answers
2k views

Need help understanding how to version an iOS app

In XCode I have Bundle Version and Bundle Version string, short. There is also a version in iTunes Connect. Just trying to see what I should use for each one and which one iOS uses to determine the ...
3
votes
2answers
2k views

How do I make iPhone SpringBoard show two or more icons for one application bundle?

It seems like Info.plist file has an ability to declare different roles for the same application bundle through the UIRoleInfo key. SpringBoard can recognize these roles after installing an app and ...
1
vote
3answers
1k views

Create springboard like main view

Is there some sample code, or an easy way, to implement an application with as its first view something like Springboard? What I am looking for is just a view with basic icons which after a tab on ...
1
vote
1answer
664 views

iPhone UIAlertView in background process

Is it possible to create an alert in the background process? I've tried looking at mobile substrate and hooking functions to SpringBoard but I didn't find anything that works Thanks Reuben
0
votes
2answers
171 views

Springboard dismiss keyboard

basically im making a springboard tweak and ive got a textfield with keyboard, when i click done on the keyboard i would like the keyboard to dismiss, ive tried - ...
0
votes
1answer
334 views

SpringBoard slide down group view effect

How could I copy the slide down effect with the tail on the springboard which occurs when a 'appgroup' (collection of apps in one folder) is selected? It would be used to show a few buttons.
0
votes
4answers
3k views

Disable iphone home button in app, is it possible?

I want to develop a screensaver-like app where the only way of getting back to the springboard is entering a code. Therefore I would need the Home Button action to be ignored, that is that when the ...