xcode - Check IBOutlet from UIView debugging IOS -
i using uiview
debugging see why layout position wrong or why have set text wrongly.
when uiview
debug, saw this. saw uilabel
, don't know whatiboutlet
set to. may know if possible kind of outlet set? or identify thatuilabel
, find inside code?
in interface builder right-click on uilabel , dialogue box pop displaying label's properties, there 1 it's outlet (it'll under referencing outlets). can @ respective header/implementation file , identify property outlet hooked to, in example it's "backgroundview".
Comments
Post a Comment