SBUIChevronView

From iPhone Development Wiki
Revision as of 11:55, 11 May 2017 by Nosskirneh (talk | contribs) (Created page with "SBUIChevronView is the grabber in Notification Center on iOS 10. Available states: -1 = Upwards 0 = Straight 1 = Downwards Change the behaviour by hooking <syntaxhigh...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

SBUIChevronView is the grabber in Notification Center on iOS 10.

Available states:

-1 = Upwards

0 = Straight

1 = Downwards

Change the behaviour by hooking

- (void)setState:(long long)state

External links

Header