Skip to main content

Program a "No Photos In Albums” screen



Is there a way to access this screen and edit it for your own program? enter image description here





Id want to change the "No Photos" text label. I already know how to edit the "albums" label, because I already built my UINavigation Controller. I guess mainly I want to know if this screen is usable or accessible to developers.





EDIT: I don't want to access albums or the photo application from my program. I just want that image of the stacking photos in my application.


Comments

  1. No, but you can make your own one very easily. Just have a UIImageView with a similar image (READ: do not copy, as it is presumably copyright) and then add UILabels with the font color set to what you want and in the right place.

    ReplyDelete
  2. I do not believe you can change that.

    Answer based on EDIT: You can't use Apple's art without permission. Why not just make it yourself, it's just two boxes.

    ReplyDelete

Post a Comment

Popular posts from this blog

Slow Android emulator

I have a 2.67 GHz Celeron processor, 1.21 GB of RAM on a x86 Windows XP Professional machine. My understanding is that the Android emulator should start fairly quickly on such a machine, but for me it does not. I have followed all instructions in setting up the IDE, SDKs, JDKs and such and have had some success in staring the emulator quickly but is very particulary. How can I, if possible, fix this problem?