Skip to content

Instantly share code, notes, and snippets.

@wookay
Created February 17, 2011 14:02
Show Gist options
  • Save wookay/831768 to your computer and use it in GitHub Desktop.
Save wookay/831768 to your computer and use it in GitHub Desktop.
list properties
RootViewController> cd 0
UITableViewCell> p
== UITableViewCell ==
accessoryType 0 [UITableViewCellAccessoryNone] i
accessoryView <null> @"UIView"
backgroundView <UIGroupTableViewCellBackground: 0xa27c2a0; ... @"UIView"
contentView <UITableViewCellContentView: 0xa27c270; fram... @"UIView" R
detailTextLabel <UITableViewLabel: 0xa27c690; frame = (271 1... @"UILabel" R
editableTextField <null> @"UITextField" R
editingAccessoryType 0 [UITableViewCellAccessoryNone] i
editingAccessoryView <null> @"UIView"
editingStyle 0 [UITableViewCellEditingStyleNone] i R
imageView <UIImageView: 0xa26ea50; frame = (0 0; 0 0);... @"UIImageView" R
indentationLevel 0 i
indentationWidth 8.076716e-33 f
oldEditingData <_UITableViewCellOldEditingData: 0xa263cf0> @"_UITableViewCellOldE...
reuseIdentifier Cell @"NSString" R
selectedBackgroundView <UIGroupTableViewCellBackground: 0xa2777d0; ... @"UIView"
selectionStyle 1 [UITableViewCellSelectionStyleBlue] i
shouldIndentWhileEditing false c
showingDeleteConfirmation false c R
showsReorderControl false c
textFieldOffset 8.076716e-33 f
textLabel <UILabel: 0xa27ae30; frame = (10 11; 51 21);... @"UILabel" R
wasSwiped 0 c
== UIView ==
deliversTouchesForGesturesToSuperview 1 c
gesturesEnabled 1 c
layer <CALayer: 0xa27c060> @"CALayer" R
skipsSubviewEnumeration 0 c
tag 0 i
== UIResponder ==
_editingDelegate <null> @"UIResponder" R
_responderForEditing <UITableViewCell: 0xa27bf30; frame = (0 46; ... @"UIResponder" R
inputAccessoryView <null> @"UIView" R
inputView <null> @"UIView" R
undoManager <NSUndoManager: 0xa27c750> @"NSUndoManager" R
UITableViewCell> accessoryType = 1
accessoryType = 1 [UITableViewCellAccessoryDisclosureIndicator]
UITableViewCell> accessoryType = UITableViewCellAccessoryNone
accessoryType = 0 [UITableViewCellAccessoryNone]
UITableViewCell> accessoryType = UITableViewCellAccessoryDisclosureIndicator
accessoryType = 1 [UITableViewCellAccessoryDisclosureIndicator]
UITableViewCell> accessoryType = UITableViewCellAccessoryDetailDisclosureButton
accessoryType = 2 [UITableViewCellAccessoryDetailDisclosureButton]
UITableViewCell> cd textLabel
UILabel> ls
[UILABEL]: <UILabel: 0xa27ae30; frame = (10 11; 51 21); text = '테스트'; clipsToBounds = YES; userInteractionEnabled = NO; layer = <CALayer: 0xa27c010>>
VIEW.SUBVIEWS: []
UILabel> p
== UILabel ==
_lastLineBaseline 1.289195e-43 f R
adjustsFontSizeToFitWidth false c
autotrackTextToFit 0 c
baselineAdjustment 0 [UIBaselineAdjustmentAlignBaselines] i
font <UICFFont: 0x4c5c330> font-family: "Helvetic... @"UIFont"
highlightedTextColor UIDeviceWhiteColorSpace 1 1 @"UIColor"
lineBreakMode 4 [UILineBreakModeTailTruncation] i
lineSpacing 0 i
minimumFontSize 8.073519e-33 f
numberOfLines 1 i
shadowColor <null> @"UIColor"
shadowOffset {0, -1} {CGSize="width"f"heigh...
text 테스트 @"NSString"
textAlignment 0 [UITextAlignmentLeft] i
textColor UIDeviceWhiteColorSpace 0 1 @"UIColor"
== UIView ==
deliversTouchesForGesturesToSuperview 1 c
gesturesEnabled 1 c
layer <CALayer: 0xa27c010> @"CALayer" R
skipsSubviewEnumeration 0 c
tag 0 i
== UIResponder ==
_editingDelegate <null> @"UIResponder" R
_responderForEditing <UILabel: 0xa27ae30; frame = (10 11; 51 21);... @"UIResponder" R
inputAccessoryView <null> @"UIView" R
inputView <null> @"UIView" R
undoManager <NSUndoManager: 0xa27c750> @"NSUndoManager" R
UILabel> text = hello
text = hello
UILabel> frame
[UILabel frame] ===> {{10, 11}, {51, 21}}
UILabel> frame = {{50, 11}, {51, 21}}
frame = {{50, 11}, {51, 21}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment