Is it okay to use custom popover controller in iPhone - iphone

Is it okay use popovers in iPhone app? What Apple's documentation say about that?
I'm not talking about the standard popover (which would throw an exception), but a custom library like this.
Thank you very much!

Apple wont have any problems with any Custom UI. You can go ahead..!!

Yes you can use popovers in iPhone app. The Best example of it is in Facebook app.

Related

iPhone iOS 7 access LockScreen from App and show Text and Button for a Call

I'm developing an iPhone App. One Feature should be an PhoneCall-Button on the LockScreen and a Button to show some Information in a different view.
Is this possible without a Jailbreak?
If your answer is YES, how to do it?
No, it is not possible without a jailbreak.

SplitView on iPhone using storyboard

I just found some codes with splitview on iPhone, but all of these codes are using xib files. I want a demo using storyboard. The splitview that I mean is that one like facebook uses: http://i.stack.imgur.com/lqJW5.png
If anybody know some source that I can use for my study, I really appreciate that.
Thanks.
What the Facebook app uses is a highly customized view controller. There is no true UISplitViewController available for iPhone. If you want something like what Facebook did, you will have to write it from scratch (or nearly so).

Can you get the system answer call button in Cocoa Touch?

When you get a call on iPhone a system alert it is shown. There is a nice answer call button, can I use somehow this button on my app or i have to design it by myself?
I suppose this are system resources and could be available in the API.
It is not available for public use in the iOS SDK as of iOS 5
I don't really know how to fetch tat button from an iPhone or its simulator but why don't you customize your own button using this site http://dabuttonfactory.com/ ? It helped me sometimes when I needed buttons for my apps as well.

iPhone access to Springboard icons

Is it possible for an app to access Springboard icons? I want to build a small animation where a ball is jumping over the icons over other apps.
Here's an example what I want to achieve.
Possible?
No, this isn't possible on iOS with the official SDK.
Move to Android? No, i dont think iOS can w/o jailbreak.
Begs question - ios5? Whats gonna happen there? Maybe we will get widget framework, hopefully at a minimum something for the lock screen.
If you just wanted the effect you could have the user take a screenshot of their homescreen and use that in the animation, but thats the only way you could do that in the official SDK.

ipod albums landscae view

I would like to know if there's an API to implement a view which is similar to the iPod albums Landscape view. I tried using Scroll view but couldn't the get the required output.
Also, I would like to know if MMS can be implemented in an iPhone application. I did some searching, but no luck. Jailbreaking aside, is there any API which allows one to do that?
Thanks in Advance !!
you can try OpenFlow