ImagePicker with external images 11. November 2009 um 16:46 Uhr / Programming
I just started a UIImagePickerController clone for the iPhone it is called: JPImagePickerController and is hosted on github.

The one Apple provides is great, it does what it should and does it really good. The problem is that you as a developer aren't supposed to use it for picking images which you get from the web or which you have bundeled with your application. It only works with the images you have on your iPhone/iPod Touch, the ones you can see in the Photos application.
My first idea was it to subclass UIImagePickerController and add the functionallity. But I soon read on the internet that Apple wouldn't approve such an app. So I had to build it from scratch.
It doesn't seem that hard and I got it working within a fiew hours, but there is still much work to do. I couldn't find out how to make the UIStatusBar translucent when I use the picker as a ModalViewController.
I am hosting it on github because I'd like to learn more about how to use git and I'd like other people to fork my work so we perhaps can build something better together. Oh and the licence is MIT-Licence.
Kommentare
Die Kommentare sind für diesen Eintrag geschlossen.
Fuchs aus Deutschland schrieb am 14.11.2009
Hallo Jeena!
Schöne Grüsse aus Deutschland!
Ich habe eine Frage!
Ich bin ein Anfänger und habe aus Self html deine fertige Layouts runtergeladen und auf meine Webseite gepackt um ausprobieren.
Aber bei einem sehe ich nur Text auf dem vollem Bildschirm bei anderem sind einige bilder nicht vollständig.
Was mache ich falsch?
Juri
Jeena Paradies aus varberg / Schweden schrieb am 19.11.2009
Fuchs, frage am besten mal im SELFHTML-Forum danach.
waqhil aus Hausen / Deutschland schrieb am 21.12.2009
Hallo Fuchs
hatte das selbe Problem, du musst in die css datei gehen und Bildgrössen ändern. z.b.: width="100px" zu width="150px"
du musst die grösse deiner Bilder verwenden.
tschö
waqhil
Anonym schrieb am 27.12.2009
Hallo waghil!
Danke für dein Rat. Ich habe das Problem gefunden und zwar ich hatte die CSS ordner nicht eingerichtet, hatte nur den Inhalt hochgeladen, aber jetzt ist alles OK.
Guten Rutsch ins Neue Jahr!