Creating custom a UITableViewCell with Interface Builder
Loading...
46,656
Loading...
Uploader Comments (JulioEBarros)
see all
All Comments (44)
-
@JulioEBarros thanks for the answer....I always forget that you can set it in the nib file, cheers!
-
You are awesome Julio!!!
-
well explained, thanks
-
it doesn't work with a tablecell in a tab bar, if there is code for please let me know.
-
really clear and well explained. Thank you.
-
amazing and helpfully... go ahead ;)
-
@galkeidar i Show U.
Loading...
@JulioEBarros I don't understand when is the CellIdentifier ever set in this case? We only use it for dequeue, don't we?
dizza213 1 month ago
@dizza213 This is the older style of creating custom tableview cells. Its a lot easier in iOS 5 now. If you are creating a table view in code you set the initializer in code when its created. If you are creating it from a nib it is set in the nib file in the inspector.
JulioEBarros 1 month ago