iphone - Can we create xib (with view) programmatically ? If No, why & If yes, How? -


can create xib (with view) programmatically ? if no, why & if yes, how ??

xibs files, too, there's no technical reason why wouldn't able create 1 programmatically.

expect no convenience methods create xibs however, purpose circumvent need create , configure ui elements programmatically, opposite of people use xibs for.

if must create xibs though, open 1 in texteditor - you'll see consists of readable xml code. may take time work through keys , possibilities, creating xibs programmatically can done.

edit: it's gonna hard, though.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -