Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vtourraine/vtsystemversion
Checking iOS system version.
https://github.com/vtourraine/vtsystemversion
Last synced: about 1 month ago
JSON representation
Checking iOS system version.
- Host: GitHub
- URL: https://github.com/vtourraine/vtsystemversion
- Owner: vtourraine
- License: mit
- Created: 2015-05-30T13:14:06.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2021-02-01T13:56:15.000Z (almost 4 years ago)
- Last Synced: 2024-04-24T08:23:09.678Z (8 months ago)
- Language: Objective-C
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VTSystemVersion
_Checking the current iOS device system version._
Adapted from this [Stack Overflow answer](http://stackoverflow.com/a/5337804/135712).
## How to Use
``` objc
if ([UIDevice vt_systemVersionIsGreaterThan:@"9.0"]) {
// ...
}
```## Credits
VTSystemVersion was created by [Vincent Tourraine](http://www.vtourraine.net).
## License
VTSystemVersion is available under the MIT license. See the LICENSE file for more info.