Slide 29
Slide 29 text
DLIntrospection [6]
(lldb)
po
[[UIDevice
class]
properties]
(lldb)
po
[[UIDevice
class]
instanceMethods]
...
-‐
(BOOL)isMediaPicker,
-‐
(void)setIsMediaPicker:(BOOL)arg0
,
-‐
(id)systemVersion,
-‐
(void)_unregisterForSystemSounds:(id)arg0
,
-‐
(void)_registerForSystemSounds:(id)arg0
...
@property
(nonatomic,
assign,
readonly)
BOOL
_useSheetRotation,
@property
(nonatomic,
copy)
@?
afterAppearanceBlock,
...
@property
(nonatomic,
assign)
{CGSize=ff}
contentSizeForViewInPopover,
@property
(nonatomic,
assign,
getter=isInAnimatedVCTransition)
BOOL
inAnimatedVCTransition,
@property
(nonatomic,
assign,
readonly)
BOOL
inExplicitAppearanceTransition
Dump classes info from within the app: