Skip to content

xuvw/HKSafePush

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SafeNavigation

防止多次push导致的Can't add self as subview Crash

Installation with CocoaPods

CocoaPods is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries like SafeNavigation in your projects. You can install it with the following command:

$ gem install cocoapods

Podfile

To integrate SafeNavigation into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '7.0'

pod 'SafeNavigation'

Then, run the following command:

$ pod install

About

防止多次push导致的Can't add self as subview Crash

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors