Last active
February 1, 2016 16:10
-
-
Save dodikk/837a19e314783106178e to your computer and use it in GitHub Desktop.
iOS GUI tool holy war
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Storyboard : | |
+ видна структура приложения (переходы) | |
+ визуально верстаешь | |
- частые и трудно решаемые merge conflict | |
- тормоза xcode когда “всё в одном файле” (сюрприз! можно иметь несколько storyboard в одном прожекте) | |
Xib : | |
+ визуально верстаешь | |
+ merge conflict реже | |
+ Нет тормозов, ибо “1 xib - 1 screen” | |
- Если merge conflict есть, то трудно | |
- были приколы с auto layout | |
- deprecated tool, могут запретить в любой момент | |
Code : | |
+ дружит с source control | |
- всё руками, не видишь результат. | |
Нужен перезапуск или примочки вроде “дуси” https://github.com/DyCI/dyci-main |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment