All Projects → qmathe → Distancepicker

qmathe / Distancepicker

Licence: mit
Custom UIKit control to select a distance with a pan gesture, written in Swift

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Distancepicker

Reactionbutton
Since Facebook introduced reactions in 2016, it became a standard in several applications as a way for users to interact with content. ReactionButton is a control that allows developers to add this functionality to their apps in an easy way.
Stars: ✭ 305 (+158.47%)
Mutual labels:  uikit, control
Dropdownmenukit
UIKit drop down menu, simple yet flexible and written in Swift
Stars: ✭ 246 (+108.47%)
Mutual labels:  uikit, control
Swifthuecolorpicker
iOS HUE color picker
Stars: ✭ 44 (-62.71%)
Mutual labels:  uikit, picker
laravel-geoly
Perform fast and efficient radius searches on your Laravel Eloquent models.
Stars: ✭ 25 (-78.81%)
Mutual labels:  distance, radius
Sizeslidebutton
A fun Swift UIControl for picking a size
Stars: ✭ 46 (-61.02%)
Mutual labels:  picker, control
Anypicker
jQuery Picker Library for Android, iOS & Windows Phone. eg Date Picker, Time Picker, DateTime Picker, Custom Select etc
Stars: ✭ 114 (-3.39%)
Mutual labels:  picker
Weui Sketch
weui sketch by ZTfer
Stars: ✭ 116 (-1.69%)
Mutual labels:  uikit
Alfred Learn Anything
Alfred workflow to search Learn Anything
Stars: ✭ 115 (-2.54%)
Mutual labels:  search
Mesh navigation
ROS Mesh Navigation Bundle
Stars: ✭ 114 (-3.39%)
Mutual labels:  control
Regular
🔍The convenient paste of regular expression🔎
Stars: ✭ 118 (+0%)
Mutual labels:  search
Haystack
🔍 Haystack is an open source NLP framework that leverages Transformer models. It enables developers to implement production-ready neural search, question answering, semantic document search and summarization for a wide range of applications.
Stars: ✭ 3,409 (+2788.98%)
Mutual labels:  search
Evernote Alfred
使用 Alfred 快速搜索印象笔记中的内容
Stars: ✭ 116 (-1.69%)
Mutual labels:  search
Mapboxgeocoder.swift
Address search and reverse geocoding in Swift or Objective-C on iOS, macOS, tvOS, and watchOS
Stars: ✭ 115 (-2.54%)
Mutual labels:  search
Vue Notus
Vue Notus: Free Tailwind CSS UI Kit and Admin
Stars: ✭ 108 (-8.47%)
Mutual labels:  uikit
Search Online
🔍A simple extension for VSCode to search online easily using search engine.
Stars: ✭ 115 (-2.54%)
Mutual labels:  search
Searchobjectgraphql
GraphQL plugin for SearchObject gem
Stars: ✭ 118 (+0%)
Mutual labels:  search
Aura.ui
A Library with a lot of Controls for AvaloniaUI
Stars: ✭ 114 (-3.39%)
Mutual labels:  control
Horizontalpicker
DatePicker horizontal con selección smooth por día para Android.
Stars: ✭ 116 (-1.69%)
Mutual labels:  picker
React Virgin
The react-native UI Kit you've been looking for.
Stars: ✭ 1,523 (+1190.68%)
Mutual labels:  uikit
Idisagree
Control remote computers using discord bot and python 3.
Stars: ✭ 116 (-1.69%)
Mutual labels:  control

Distance Picker

Build Status Platforms iOS Language Swift 4 License MIT

DistancePicker is a custom UIKit control to select a distance with a pan gesture. It looks like a ruler with multiple distance marks and can be used to resize a map, set up a geofence or choose a search radius.

Screenshot

To see in action, take a look at Placeboard demo video.

Compatibility

DistancePicker requires at least Xcode 9 and supports iOS 8 or higher.

Swift DistancePicker
5 0.8.4 or master
4.2 0.8.3 or branch swift-4.2
4.X 0.8.2 or branch swift-4.1
3.X 0.8.1 or branch swift-3.2

Installation

Carthage

Add the following line to your Cartfile, run carthage update to build the framework and drag the built DistancePicker.framework into your Xcode project.

github "qmathe/DistancePicker"

CocoaPods

Add the following lines to your Podfile and run pod install with CocoaPods 0.36 or newer.

use_frameworks!

pod "DistancePicker"

Manually

If you don't use Carthage or CocoaPods, it's possible to drag the built framework or embed the source files into your project.

Framework

Build DistancePicker framework and drop it into your Xcode project.

Files

Drop DistancePicker.swift into your Xcode project and link MapKit.

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].