ParkingSingView is an iOS swift library which return street parking sign view for Melbourne style. It is extremely flexible and easy to implement.
Hour | Minute | Two Conditions |
---|---|---|
- Flexible UI
- Customizable
- Easy to use
To run the example project, clone the repo, and run pod install
from the Example directory first.
ParkingSignView is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'ParkingSignView'
let signView = ParkingSignView(duration: 1, unit: .hour)
signView.center = self.view.center
self.view.addSubview(signView)
signView.duration = 3
signView.unit = .hour //For hour format
signView.unit = .minute //For minute format
signView.isFree = false //false to show, true to hide
KPR7168, [email protected]
ParkingSignView is available under the MIT license. See the LICENSE file for more info. 🇰🇭