ios - Interface Builder does not recognize outlet -


it's been awhile since i've used xcode , resumed old project working on awhile ago. created new uitableviewcell subclass. in storyboard, dragged uitableviewcell onto uitableview of uiviewcontroller. changed type of uitableviewcell subclass, when control + drag uitableviewcell subclass uitextfield, doesn't allow me make connection.

.h of uitableviewcell custom subclass @property (nonatomic, weak) iboutlet uitextfield *titletextfield; 

i must going crazy because thought worked. saw in uiviewcontroller there custom subclass uitableview when worked on project last. changed subclass having problem type of uitableviewcell subclass , i'm still not able ctrl+drag make iboutlet connection. missing here? wasn't worked way? there new i'm not aware of? tried using assistant editor drag code, doesn't work either. went uitableviewcell subclass have connection made when last worked on this, , tried ctrl+dragging label again, , doesn't bring menu on outlet want connect either.

another thing weird, when i'm trying type custom class of uitableviewcell created, though built project, doesn't autocomplete in class field. i'm not sure if xcode having problems. also, don't know if matters, in uitableviewcell, have standard uitableviewcells well. thoughts? thanks.

it looks had class name appear in drop down quit xcode , come in. thought things have been fixed in ide.

i found still add connections in connections inspector. don't know why removed easy ctrl+drag left hand side of storyboard unless i'm missing something.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -