Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Todaycoding/FLEX

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FLEX

FLEX最新版本二进制集成包

未成功install 可注释PodFile描述,不影响项目运行。

User

  • PodFile
  pod 'FLEX', :git => 'https://github.com/Todaycoding/FLEX.git', :configurations => 'Debug'

  • 工程代码

#ifdef DEBUG

- (void)handleFlex {
    
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wundeclared-selector"
    Class FLEXManager = NSClassFromString(@"FLEXManager");
    if (FLEXManager) {
        [FLEXManager performSelector:@selector(toggleExplorer)];
    }
#pragma clang diagnostic pop
    
}
#endif

Author

Dragonli_52171@163.com

License

See the LICENSE file for more info.

About

FLEX

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.