All Projects → intmain → Hairpowder

intmain / Hairpowder

Licence: mit
Hair Powder for iPhoneX "M" Shape pattern baldness design

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Hairpowder

Responsivedevices.css
Responsive CSS Device frames for your landing pages
Stars: ✭ 59 (-89.58%)
Mutual labels:  iphone-x
Vegascroll
↕️ VegaScroll is a lightweight animation flowlayout for UICollectionView completely written in Swift 4, compatible with iOS 11 and Xcode 9.
Stars: ✭ 2,647 (+367.67%)
Mutual labels:  iphone-x
record3d unity demo
iPhone X -> Unity VFX Graph demo (real-time Point Cloud streaming)
Stars: ✭ 80 (-85.87%)
Mutual labels:  iphone-x
Panels
Panels is a framework to easily add sliding panels to your application
Stars: ✭ 1,457 (+157.42%)
Mutual labels:  iphone-x
Ios11 Adaptation
iOS11-Adaptation iOS 11 && iPhone X适配
Stars: ✭ 206 (-63.6%)
Mutual labels:  iphone-x
Swatch
Watcher for Unit Tests written in Swift
Stars: ✭ 55 (-90.28%)
Mutual labels:  iphone-x
Sbsanimoji
🐵 Animoji app using Apples AvatarKit
Stars: ✭ 884 (+56.18%)
Mutual labels:  iphone-x
Misterfusion
MisterFusion is Swift DSL for AutoLayout. It is the extremely clear, but concise syntax, in addition, can be used in both Swift and Objective-C. Support Safe Area and Size Class.
Stars: ✭ 314 (-44.52%)
Mutual labels:  iphone-x
Vhlnavigation
导航栏切换之颜色过渡切换,导航栏背景图片切换,微信红包两种不同颜色切换,导航栏透明度,有无导航栏切换
Stars: ✭ 210 (-62.9%)
Mutual labels:  iphone-x
ki-snackbar
An easy to use alternative of Android snackbar for iOS.
Stars: ✭ 12 (-97.88%)
Mutual labels:  iphone-x
Tkkeyboardcontrol
TKKeyboardControl adds keyboard awareness and scrolling dismissal (like iMessages app) to any view with only 1 line of code for Swift.
Stars: ✭ 110 (-80.57%)
Mutual labels:  iphone-x
Notchkit
A simple way to hide the notch on the iPhone X
Stars: ✭ 1,830 (+223.32%)
Mutual labels:  iphone-x
NotchToolkit
Use the iPhone X notch in creative ways 👩‍🎨👨‍🎨.
Stars: ✭ 55 (-90.28%)
Mutual labels:  iphone-x
Unityiphonexsupport
Support iPhoneX by changing the drawing area of Unity.
Stars: ✭ 59 (-89.58%)
Mutual labels:  iphone-x
FacefARt
The world's most advanced fart app. Ever.
Stars: ✭ 13 (-97.7%)
Mutual labels:  iphone-x
Evncustomsearchbar
🔍Born for iOS 11 and iPhone X SearchBar
Stars: ✭ 52 (-90.81%)
Mutual labels:  iphone-x
DailyFeed
iOS client for newsapi.org
Stars: ✭ 128 (-77.39%)
Mutual labels:  iphone-x
Instagram
A simple imitation of Instagram  app .
Stars: ✭ 346 (-38.87%)
Mutual labels:  iphone-x
Iphone X
🐳A simple and easy way to keep your custom views layout properly on iPhone X
Stars: ✭ 304 (-46.29%)
Mutual labels:  iphone-x
FaceAvataaars
Puppeteer Avataaars with your iPhone X (and also test cartoons using BlendShapeRecorder data)
Stars: ✭ 19 (-96.64%)
Mutual labels:  iphone-x

HairPowder (FuckXDesign)

Swift CocoaPods

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 Source Special Thank to https://github.com/jhl1214

hairpowder

Install

CocoaPods

Add pod 'HairPowder' to your Podfile.

##Usage

1. add Status Bar style to info.plist

plist You also can put next code to info.plist directly

	<key>UIStatusBarStyle</key>
	<string>UIStatusBarStyleLightContent</string>
	<key>UIViewControllerBasedStatusBarAppearance</key>
	<false/>

2. Run Powder Code

You Only have to is putting import and spread() function.

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 file for more info.

이 오픈소스의 소유자

오진성 ([email protected])

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].