Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/intmain/hairpowder
Hair Powder for iPhoneX "M" Shape pattern baldness design
https://github.com/intmain/hairpowder
ios iphone-x swift
Last synced: 18 days ago
JSON representation
Hair Powder for iPhoneX "M" Shape pattern baldness design
- Host: GitHub
- URL: https://github.com/intmain/hairpowder
- Owner: intmain
- License: mit
- Created: 2017-09-20T13:20:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-14T02:59:13.000Z (almost 7 years ago)
- Last Synced: 2024-10-13T11:57:47.842Z (about 1 month ago)
- Topics: ios, iphone-x, swift
- Language: Swift
- Homepage:
- Size: 293 KB
- Stars: 566
- Watchers: 15
- Forks: 26
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
HairPowder (~FuckXDesign~)
==========![Swift](https://img.shields.io/badge/Swift-4.0-orange.svg)
[![CocoaPods](http://img.shields.io/cocoapods/v/HairPowder.svg?style=flat)](https://cocoapods.org/pods/HairPowder)
Hair Powder for iPhoneX "M" Shape pattern baldness design.
I hate iPhone X design. It can be rejected if you use this open source(https://developer.apple.com/ios/human-interface-guidelines/overview/iphone-x/). Use this If you don't care Guidelines![https://twitter.com/DasBule/status/910871022584434689](./s.png "https://twitter.com/DasBule/status/910871022584434689")
[Source](https://twitter.com/DasBule/status/910871022584434689)
Special Thank to https://github.com/jhl1214![hairpowder](pat.png)
## Install
### CocoaPods
Add `pod 'HairPowder'` to your Podfile.##Usage
#### 1. add Status Bar style to info.plist
![plist](plist.png)
You also can put next code to info.plist directly
```plist
UIStatusBarStyle
UIStatusBarStyleLightContent
UIViewControllerBasedStatusBarAppearance
```#### 2. Run Powder Code
You Only have to is putting import and spread() function.
```swift
import UIKit
import HairPowder@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
HairPowder.instance.spread()
return true
}
}```
## LICENSE
HairPowder is under MIT license. See the [LICENSE](LICENSE) file for more info.## 이 오픈소스의 소유자
오진성 ([email protected])