All Projects → omaralbeik → Weekdayssegmentedcontrol

omaralbeik / Weekdayssegmentedcontrol

Licence: mit
A Custom segmented control to select weekdays for iOS

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Weekdayssegmentedcontrol

Shadowview
An iOS Library that makes shadows management easy on UIView.
Stars: ✭ 391 (+2692.86%)
Mutual labels:  cocoapods, uikit
Tweetextfield
Lightweight set of text fields with nice animation and functionality. 🚀 Inspired by https://uimovement.com/ui/2524/input-field-help/
Stars: ✭ 421 (+2907.14%)
Mutual labels:  cocoapods, uikit
Stepslider
StepSlider its custom implementation of slider such as UISlider for preset integer values.
Stars: ✭ 391 (+2692.86%)
Mutual labels:  cocoapods, uikit
Vtacknowledgementsviewcontroller
Acknowledgements screen displaying a list of licenses, for example from CocoaPods dependencies.
Stars: ✭ 863 (+6064.29%)
Mutual labels:  cocoapods, uikit
Cyltabbarcontroller
[EN]It is an iOS UI module library for adding animation to iOS tabbar items and icons with Lottie, and adding a bigger center UITabBar Item. [CN]【中国特色 TabBar】一行代码实现 Lottie 动画TabBar,支持中间带+号的TabBar样式,自带红点角标,支持动态刷新。【iOS13 & Dark Mode & iPhone XS MAX supported】
Stars: ✭ 6,605 (+47078.57%)
Mutual labels:  cocoapods, uikit
Alertift
Swifty, modern UIAlertController wrapper.
Stars: ✭ 242 (+1628.57%)
Mutual labels:  cocoapods, uikit
Acknowlist
Acknowledgements screen displaying a list of licenses, for example from CocoaPods dependencies.
Stars: ✭ 392 (+2700%)
Mutual labels:  cocoapods, uikit
Tkrubberindicator
A rubber animation pagecontrol
Stars: ✭ 1,337 (+9450%)
Mutual labels:  cocoapods, uikit
Watchdoginspector
Shows your current framerate (fps) in the status bar of your iOS app
Stars: ✭ 497 (+3450%)
Mutual labels:  cocoapods, uikit
Ttsegmentedcontrol
An elegant, animated and customizable segmented control for iOS created by Tapptitude
Stars: ✭ 471 (+3264.29%)
Mutual labels:  cocoapods, uikit
Cltypinglabel
iOS UILabel with character by character typing /typewriter animation
Stars: ✭ 192 (+1271.43%)
Mutual labels:  cocoapods, uikit
Bfkit
BFKit is a collection of useful classes and categories to develop Apps faster.
Stars: ✭ 811 (+5692.86%)
Mutual labels:  cocoapods, uikit
Tosegmentedcontrol
A segmented control in the style of iOS 13 compatible with previous versions of iOS.
Stars: ✭ 174 (+1142.86%)
Mutual labels:  cocoapods, uikit
Ezswiftextensions
😏 How Swift standard types and classes were supposed to work.
Stars: ✭ 2,911 (+20692.86%)
Mutual labels:  cocoapods, uikit
Swifterswift
A handy collection of more than 500 native Swift extensions to boost your productivity.
Stars: ✭ 10,706 (+76371.43%)
Mutual labels:  cocoapods, uikit
Tlyshynavbar
Unlike all those arrogant UINavigationBar, this one is shy and humble! Easily create auto-scrolling navigation bars!
Stars: ✭ 3,780 (+26900%)
Mutual labels:  cocoapods, uikit
Bfkit Swift
BFKit-Swift is a collection of useful classes, structs and extensions to develop Apps faster.
Stars: ✭ 963 (+6778.57%)
Mutual labels:  cocoapods, uikit
Dtgradientbutton
Easy way to set gradient background to your buttons.
Stars: ✭ 76 (+442.86%)
Mutual labels:  cocoapods, uikit
Hokusai
A Swift library to provide a bouncy action sheet
Stars: ✭ 431 (+2978.57%)
Mutual labels:  cocoapods, uikit
Statusalert
Display Apple system-like self-hiding status alerts. It is well suited for notifying user without interrupting user flow in iOS-like way.
Stars: ✭ 809 (+5678.57%)
Mutual labels:  cocoapods, uikit

Platforms Cocoapods Swift Xcode MIT

Requirements

  • iOS 9.0+
  • Xcode 9.0+
  • Swift 4.0+

Installation

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:

$ gem install cocoapods

To integrate WeekdaysSegmentedControl into your Xcode project using CocoaPods, specify it in your Podfile:

platform :ios, '9.0'
use_frameworks!

target '<Your Target Name>' do
    pod 'WeekdaysSegmentedControl'
end

Then, run the following command:

$ pod install

Manually

Drag the WeekdaysSegmentedControl.swift file into your project, and you're all set!

Usage

  • Add WeekdaysSegmentedControl via Storyboard or in code
  • Conform to the WeekdaysSegmentedControlDelegate protocol for selecting and deselecting events.
  • Refer to the example project for help.

Customizing the control

Found an Issue?

If you find a bug in the source code, you can help me by submitting an issue. Even better you can submit a Pull Request with a fix :)

License

WeekdaysSegmentedControl is released under the MIT License.

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