LFTimePicker
  • April 7, 2024

One to two paragraph statement about your product and what it does.

Features


  •  12h and 24h formats

Requirements


  • iOS 8.0+
  • Xcode 7.3

Installation


CocoaPods

You can use CocoaPods to install YourLibrary by adding it to your Podfile:

platform :ios, ‘8.0’
use_frameworks!
pod ‘LFTimePicker’

To get the full benefits import LFTimePicker wherever you import UIKit

import UIKit
import LFTimePicker

Carthage

Create a Cartfile that lists the framework and run carthage bootstrap. Follow the instructions to add $(SRCROOT)/Carthage/Build/iOS/YourLibrary.framework to an iOS project.

github “awesome-labs/LFTimePicker”

Swift Package Manager

Add this project on your Package.swift

import PackageDescription

let package = Package(
name: “LFTimePicker”
)

Manually

  1. Download and drop LFTimePickerController.swift in your project.
  2. Congratulations!

Usage example


 

//1. Create a LFTimePickerController
let timePicker = LFTimePickerController()
//2. Present the timePicker
self.navigationController?.pushViewController(timePicker, animated: true)
//3. Implement the LFTimePickerControllerDelegate
extension ExampleViewController: LFTimePickerControllerDelegate {
func didPickTime(start: String, end: String) {
print(start)
print(end)
}
}

GitHub


View Github

#awesome #cocoapods #dribbble #ios #swift #time-picker
YOU MIGHT ALSO LIKE...
exyte

     

camerakit-ios

CameraKit helps you add reliable camera to your app quickly. Our open source camera platform provides consistent capture results, service ...

HybridCamera

[video width="192" height="416" mp4="https://swiftgit.com/wp-content/uploads/2024/12/68747470733a2f2f7261776769742e636f6d2f7374796c656b69742f696d672f6d61737465722f7669645f6564697465645f325f326d622e676966.mp4"][/video]

TakeASelfie

An iOS framework that uses the front camera, detects your face and takes a selfie. This api opens the front ...

iOS-Depth-Sampler

Code examples of Depth APIs in iOS