Tag Archives: Xcode

Accessibility Challenges in the Development of hAppy

What is hAppy? hAppy is an App.net (short ADN) client for iPhone (You can download it here). I joined ADN because Marco Arment tweeted that he backed the project and it sounded very interesting. The idea to have an infrastructure … Continue reading

Posted in iOS-Entwicklung, iPhone | Tagged , , | 2 Comments

Storyboards in Xcode

Recently I have used storyboards to build an App.net client. After many hours with it I have to say, I won’t use storyboard in future project unless Apple improves it tremendously. Complexity One of the main problems I have with … Continue reading

Posted in Development | Tagged | Comments Off on Storyboards in Xcode

Tabs in Xcode

I love the tabs in Xcode and here is why. Each tab in my configuration of Xcode is for a different task. The first tab is the Main tab. In this tab I do all the coding. Sure I could … Continue reading

Posted in Development, Uncategorized | Tagged , , | Comments Off on Tabs in Xcode

Xcode, mein Name ist…

Heute habe ich durch einen iTunes-U-Podcast gelernt, wie man Xcode mitteilt, wie man heißt und wo man arbeitet. Hat man das getan, werden diese Informationen in jede Datei, die man mit Xcode erzeugt als Kommentar eingefügt. Dazu öffnet man die … Continue reading

Posted in iOS-Entwicklung | Tagged , | Comments Off on Xcode, mein Name ist…

Wie man eine Splitview ohne Interface Builder macht

Ich mag den Interface Builder nicht. Ich habe das Gefühl, dass der IB mit die Kontrolle über den Code zum Teil nimmt. Daher mache ich meine Projekte immer ohne den Interface Builder. Nun habe ich mein erstes iPad-Projekt mit einer … Continue reading

Posted in iOS-Entwicklung | Tagged , , , , | Comments Off on Wie man eine Splitview ohne Interface Builder macht