The usual way to build via Xcode is simply connect your device, have Xcode perform its magic of copying symbols while preparing for development, then build. But very often it would happen to me, that I need to test something quickly but I cant find my cable. In this case, I’d either just content...
"How to build your iOS apps on your device wirelessly"Continue readingCategory: iOS
Forcing RTL layout in iOS Apps
What if you’re developing an App that is only in Arabic, or Hebrew, or any other RTL language. And you don’t really want to develop it in English first, then localise the strings. Usually you’d have this problem for example: This has 3 layout problems: The navigation back button is on the left....
"Forcing RTL layout in iOS Apps"Continue reading