Questions tagged [springboard]

Springboard, or Home Screen is the standard application that manages the iOS home screen. Other tasks include starting WindowServer, launching and bootstrapping applications and setting some of the device's settings on startup.

Springboard, or Home Screen is the standard application that manages the iOS home screen. Other tasks include starting WindowServer, launching and bootstrapping applications and setting some of the device's settings on startup.

129 questions
0
votes
2 answers

The device freezes when there are a lot of UIView animation running with UILabels using shadows and I press the Home button

I'm having some problems in my application. The error occurs when I'm in a screen with a lot of icons (UIViews), each one running a animation. This screen reminds the springboard screen, and the animation visual is similar too. So, if I press the…
Danilo Gomes
  • 767
  • 5
  • 15
0
votes
0 answers

block incoming alerts on iphone springboard

I am trying to intercept incoming SMS in iOS 5 and the code is HOOK(CKSMSService,_receivedMessage$replace$postInternalNotification$,void,CKSMSRecordRef arg,BOOL arg2,BOOL arg3){ //NSLog(@"received message %@",…
devjangir
  • 11
  • 2
-1
votes
2 answers

Springboard-like menu to select other views in storyboard

I use a storyboard and I want to make a springboard menu like that…
-1
votes
1 answer

Can we create an app to kill all app in background without jailbreak

I'v found an project that allow some action in SpringBoard so can we create an app to kill all apps running on the background??
-1
votes
1 answer

Is there any way that I can add a small overlay on the safari browser while user is browsing the internet?

Basically, I want to build an iOS app that can run in the background and can play audio/video or show a slideshow in a small overlay. I have not found anything in the apple documentation. The closest I found is…
-1
votes
2 answers

Recovering from App Being Killed in Background - Which Methods Are Called on Restart?

I have an app which I want to recover from being killed while running in the background. What seems to happen is that if the app is killed in the background due to memory pressure, on re-entering the app the app returns to the root view…
-2
votes
1 answer

How do apps like "App Icons" change the app icons on springboard?

How do apps like "App Icons" change the app icons on springboard? Looks like it requires the user install a profile to customize the icons. Is some js executing with the profile? Would love to know how this actually works if anyone knows.
iOSDevSF
  • 1,169
  • 1
  • 13
  • 24
-3
votes
1 answer

Is it possible to make a background service app in iOS which is invisible to user and hidden from springboard?

I want to make a background service app in iOS just like we have Intent-filter in android(without an activity) which in invisible to user but still exits on the device. I need to keep a database file in this service app which user only need to…
Nidhi Sood
  • 125
  • 1
  • 1
  • 7
-3
votes
2 answers

iPhone : how to kill background running application from springboard?

How to kill all applications which are running into background in springboard. is there any way to this?? Thanks in advance
RayofHope
  • 1,187
  • 2
  • 14
  • 30
1 2 3
8
9