Besser User Apps entwickeln: HTML-UI mit TypeScript und modernen Web Technologien

In diesem Teil der Serie geht es darum zu zeigen wie man zusätzlich zum Server-Teil auch den Client Teil, die HTML-UI bzw. den dazugehörigen JavaScript Code mit TypeScript schreiben kann. Zusätzlich werde ich noch ein paar Worte zur modernen Web-Platform verlieren. (jQuery?! Den Kram braucht man doch nicht mehr!)

Weiterlesen

UIImageView – Tear animation

In mid 2013 we developed the native profile picture upload for our iOS application. Since iOS6 was current, we loved to have a skeumorphic animation, if a user cancelled to upload the picture or deletes it from his own profile.

It seemed obvious to us, to tear the image in this very situation. As we found no Open Source code, that would’ve helped us to get the thing done, we built this animation on our own. Weiterlesen