• Stars
    star
    160
  • Rank 233,699 (Top 5 %)
  • Language
    Swift
  • License
    MIT License
  • Created over 9 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A custom UIDatePicker which displays the day of the week alongside the day column

DayDatePicker

A custom and customizable UIDatePicker which displays the day of the week alongside the day column

Screenshots

Screenshot 1 Screenshot 2

Installation

DayDatePicker is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'DayDatePicker'

Usage

From interface builder, create a UIView and set the class to TimePickerView or DayDatePickerView. The display will render in interface builder. These views use Auto Layout. Use the editingChanged event to receive updates when the date/time was changed.

DayDatePickerView is highly customizable, making is an ideal replacement for UIDatePicker if working with dates only. You can implement DayDatePickerViewDelegate or TimePickerViewDelegate to customize the display of cells in each column.

Use the overlayView property to access or modify the selection indicator.

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

More Repositories

1

excel-mapper

Fluently map excel rows to C# objects
C#
144
star
2

phone-number-picker

A simple and easy to use view controller enabling you to enter a phone number with a country code similar to WhatsApp written in Swift
Swift
140
star
3

semi-modal-controller

A lightweight modular library that provides a semi modal navigation controller and segue similar to the style of viewing comments on photos on Facebook for iOS
Swift
38
star
4

macOS-iOS-headers

Private and public framework headers for macOS Sierra and iOS 10
37
star
5

html-generator

A library that makes it easy to generate HTML files from C# code
C#
27
star
6

OutlookRulesReader

Specification for Outlook rules (rwz) files and experimental implementation of a reader/writer in Swift
Swift
25
star
7

windows-sdk-headers

Git version of Windows SDK Headers
11
star
8

PhotoshopReader

Swift library to read Photoshop PSD files
Swift
11
star
9

ICCReader

Swift definitions for structures, enumerations and functions defined in the [ICC Profile Format Specification]
Swift
8
star
10

OfficeFileReader

Swift .doc and .ppt file reader
Swift
8
star
11

EdgeWebBrowser

Experimental C# Windows Forms WebBrowser based on Edge
C#
5
star
12

Facebook.NET

A WIP Facebook Graph API client for .NET, used for the Facebook Civic Insights project by The Asia Foundation's Cambodia office
C#
5
star
13

communicate

A library that aims to make it easy to connect iOS, Mac and Windows devices to each other and send data in both directions between devices
Objective-C
4
star
14

react-native-onboarding

Onboarding Screen Flow for React Native Apps
JavaScript
3
star
15

version-checker

A drop-in C# library that simplifies version checking for applications of all types
C#
3
star
16

PstReader

Swift PST File Reader
Swift
2
star
17

CompressedRtf

Swift implementation of RTF decompression in [MS-OXRTFCP]
Swift
2
star
18

http-server

A versatile and simple local HTTP web server written in C#
C#
2
star
19

MsgReader

Swift reader for msg files
Swift
1
star
20

ui-components

Various UI subclasses and utility functions used in my apps
Swift
1
star
21

UIKitLocalizedString

Objective-C
1
star
22

Metafile-Dumper

A metafile dumper to help implement metafile support in libgdiplus
C#
1
star
23

WindowsDataTypes

Swift definitions for structures, enumerations and functions defined in [MS-DTYP]
Swift
1
star
24

VBAFileReader

Swift definitions for structures, enumerations and functions defined in [MS-OVBA]
Swift
1
star
25

CompoundFileReader

Swift package to read compound file (Structured Storage File) content documented in [MS-CFB]
Swift
1
star
26

hughbe.github.io

JavaScript
1
star
27

SwiftMAPI

Swift implementation of MAPI structures and code
Swift
1
star
28

DataStream

Swift data stream that lets you read bytes.
Swift
1
star
29

Date-WithoutTime

A library that lets you get the date part only from a Swift Date object.
Swift
1
star
30

Date-Previous

A library that lets you get the previous day of week from a given date.
Swift
1
star