• Stars
    star
    160
  • Rank 234,703 (Top 5 %)
  • Language
    Objective-C
  • License
    MIT License
  • Created over 11 years ago
  • Updated almost 9 years ago

Reviews

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

Repository Details

What is FlatDatePicker

Before iOS7 beta was announced, I developed this flat date picker for Xing app, which we applied for Evernote DevCup contest (You can vote us from this url: https://www.hackerleague.org/hackathons/evernote-devcup-2013/hacks/xing ). Althought it is not a real flat design, it includes gradient to provide the depth and illusion of scrolling. But if you look at iOS7 new date picker design, it is the same concept, it still provides some sort of reflection to reality. So, before iOS7 was officially released, you may want to try this control, and I think it is a good match to FlatUIKit.

And also watch the sample app video here: http://youtu.be/ROgQzdq8CXg

What's in FlatDatePicker

  • Comply with Interface Builder
  • Easy to customize the font and colors throught UIAppearance
  • Can be placed as a subview in any view
  • Comply with UIControl protocol
  • Flat and elegant

How to install

Manual

  1. Drag & drop the SSFlatDatePicker into your project
  2. Link with Quartz Core framework
  3. You can either use [[SSFlatDatePicker alloc] initWithFrame:] to add SSFlatDatePicker as a subview of your UI
  4. Or, you can drag a UIView retangle in Interface Builder, set its custom class as SSFlatDatePicker, and link to the IBOutlet in your source code.
  5. You can hook the changed value throught monitoring the UIControlEventValueChanged event.

CocoaPods

SSFlatDatePicker is in cocoapods now, you can find it and install it throught pods command.

More Repositories

1

ReactiveHackerNews

Objective-C
47
star
2

Embedded-Framework-Demo

Demo of iOS8 embedded framework demo, for the details please refer to https://medium.com/@syshen/create-an-ios-universal-framework-148eb130a46c
Objective-C
21
star
3

UIImage-FaceFirst

Crop the image to specified size, and automatically detect any human face in the image to prevent cropping out any face.
Objective-C
21
star
4

RACSwift-HackerNews

A sample and practice of RAC 3.0 and Swift
Objective-C
18
star
5

SlipingSlide

Simulate the effects from Applauze app
Objective-C
16
star
6

YACV

Yet Another Calendar View UICollectionView
Objective-C
12
star
7

Evernote-Notebook-Picker

A simple Evernote Notebook Picker UI
Objective-C
9
star
8

agvtool-xcode-plugin

this is a plugin wrapper for agvtool for xcode.
Objective-C
8
star
9

cnn-explained

Jupyter Notebook
5
star
10

BouncingZooming

Bouncing Zooming effect like cnn and kickstart app
Objective-C
3
star
11

EmojiKeyboard

An iPad extension with Emoji Icon sets
Objective-C
3
star
12

EvernoteSDKPatch

Provide a simple wrapper over Evernote iOS SDK to allow developers to download thumbnail image of a note or a resource image.
Objective-C
3
star
13

mnist-cnn

Jupyter Notebook
2
star
14

node-cloudwatch

Node.js AWS CloudWatch client
JavaScript
2
star
15

dogs-vs-cats-vgg16

入門深度學習的範例 1
Jupyter Notebook
2
star
16

Node-Proxy

JavaScript
2
star
17

Floating-Deck-View-Controller

A try over iOS7 custom view controller transition
Objective-C
2
star
18

NeverNo

This our team, NeverNo's, final presentation in EverNote 2013 designathon. We won second prize in the designation with this idea!! iOS code is here: https://github.com/syshen/iCare
JavaScript
2
star
19

ColorClock

Objective-C
1
star
20

syshen.github.com

1
star
21

NearNots

Objective-C
1
star
22

GPSLogger

Objective-C
1
star
23

SlimePulldown

Pull down to close
Objective-C
1
star
24

insprdesign.com

HTML
1
star
25

chatdb

Python
1
star
26

tfjs-playground

JavaScript
1
star
27

iCare

This is part of our team's demo, iCare, in Evernote 2013 designathon in Taipei. We won second prize in this contest with this idea!!
Objective-C
1
star