objective c - Link Between View Controllers in Subprojects -


i have main project storyboard , have subproject doesn't have storyboard. want have button on storyboard of main project when tapped takes main view controller of subproject. provide guidance this?

you should able import file created in subproject in main project using #import <subprojectname/file.h>

if doesn´t work means have not setted correclty. make sure marked static library in settings. here explanation: http://www.blog.montgomerie.net/easy-xcode-static-library-subprojects-and-submodules


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -