2014: Was wünscht man sich da bloß?

Eine schöne Übersicht über viele schöne fiktive Wunscherfüllungsgehilfen. Pillen nehmen die intelligent machen ist ja auch so ein Ding das so zeitgeistmäßig öfters auftaucht und auch sonst bietet das normale Pillenarsenal schon so einige Auswahl… Bringt mich tatsächlich ein wenig ins Grübeln muss ich sagen.

wunschpillen_2014_550
Quelle: Wunschpillen, Blog, Julia Seeliger; war versucht hier "Internet" zu schreiben :)

Die Entscheidung Red or Blue hätte ich deutlich schwieriger gefunden glaube ich. Ich kenne da auch einen Chemiker der vertritt den Standpunkt „Pillen sind zum Nehmen da.“ das macht es aber auch nicht einfacher.

morpheus_red_blue_pill_550
Quelle: politifake.org

Why do I blog this? Weil ich eigentlich an einem Blogpost #postsnowden und #post30c3 schreibe, der aber einfach nicht fertig werden will. Damn it! Und ich bin ungeduldig! Und dann noch die Qual der Wahl bei den Pillen… ich glaub ich würde die Flug-Pille nehmen, damit könnte ich als Flugkurier zumindest so teilweise die Geld-Pille substituieren (denke amazon Smart-Drone, ha!) und würde mir die schei**teure Bahncard endlich sparen können. 10 Jahre in die Zukunft gucken wäre mir persönlich zu wenig, und nur wegen der Lottozahlen von nächster Woche wäre auch zu langweilig irgendwie. Röntgenblick? Das heißt ich muss diesen ganz Mist sehen der mich nicht interessiert und ich kanns nicht abschalten? Nope. Not for me Dude. Ansonsten… mit Drogen und Sex macht man sicher nix verkehrt, oder? Wenn alles nichts taugt dann halt einfach Pille #4.

iOS 7 Terraforming Tricks & Tools

I will start to collect iOS 7 Tricks and Tools here now…

iTunes Connect

Do NOT! upload fat binaries (64bit+32bit armv7) the backend does not cope yet with it, but it will soon. It will make your app a rejection if you do it!

App Icon

Let’s start with some icon template PSD file, which you get here. By the way, you will need to add at least following NEW dimensions:

  • iPhone/iPod: Icon in 60×60 (120×120 Retina)
  • iPad: Icon in 76×76 (152×152 Retina)

ios7_terraforming_icon

Icons for UIBarButtonItems

A nice iconset #1.

ios7_terraforming_baritems_2

A nice iconset #2.

ios7_terraforming_baritems_1

A nice iconset #3 via pay-per-tweet.

icons_ios7_terraforming

A nice iconset #4.

ios_terraforming_icons_4

UIToolbar

ios7_terraforming_statusbarUIToolbar is your best friend to get a blurred shape area anywhere now. I made some use of this already in my ported CampusHub app. I used it e.g. to place a toolbar right below the statusbar on views which are not contained in any UINavigationViewController but still carried scrollable views.

UIEdgeInsetsMake

Since the new terraforming guideline is „GO DAMNIT AND USE THE FULL BLOWN SCREEN!“ we need to apply content insets at several places. An example would look like e.g. this to make the content of someView (where someView is some scrollable view) fit the screen and i.e. respect the bottom toolbar e.g.:

[someView setContentInset:UIEdgeInsetsMake(someView.contentInset.top, someView.contentInset.left, 44.0, someView.contentInset.right)];

Frosted UIViewController

…hey, why not just frost it all over? Use REFrostedViewController by romaonthego.

ios7_terraforming_frostedcontroller_smart

Use Libraries

These for example. Me personally prefers FXBlurView. But this all got irrelevant, because iOS 8 will come with UIVisualEffectsView. The View which burns through all the CPU/GPU cycles the CoreGraphics Engineers have optimized the hell out over the last years just to bring you live compositing like in Photoshop and shorter battery life.

Why do I blog this? Because I hate searching for all this stuff myself. It burns valuable time I could have used to innovate instead of terraform. This way others may find some help in their efforts to transition to iOS 7.

Future – fuck yeah!

a_year_from_nowPer twitter (danke @plaetzchen) grade aufmerksam gemacht worden auf das „Fuckyeahfuture“ blog bei tumblr. Da sind ein paar lustige Sachen zusammengestellt.

Da ich ja auch Zukunftsideen sammle hier kann ich da mal drauf verlinken. Ansonsten guck ich ja immer gerne bei TED vorbei für sowas (mein favorit da ist „Richard St. Johns 8 Erfolgsgeheimnisse“) und bei TechCrunch für den Mobile Software Bereich.

Aber schön finde ich auch, dieses Schild, was ich da auf dem tumblr eben gefunden habe. Es fragt einen, was man denn in einem Jahr wohl rückblickend HEUTE besser getan hätte. Ein schönes Rezept für jeden, ein noch besseres Rezept für z.B. Politiker.

Weitere Spannende Seiten:

Why do I blog this? Ich bin auch Zukunftssüchtig.