Skip to content

congzhijingjie/SJOrentationObserver

 
 

Repository files navigation

SJOrentationObserver

Use

    _observer = [[SJOrentationObserver alloc] initWithTarget:targetView container:superview];
    _observer.rotationCondition = ^BOOL(SJOrentationObserver * _Nonnull observer) {
        if ( .... ) return NO;
        return YES;
    };

Pod

	pod 'SJOrentationObserver'

Contact

About

屏幕旋转管理类.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 86.0%
  • Ruby 14.0%