Skip to content

Scrollable digital clock component for iOS (iPhone, iPad, iPod) with delegate method that returns time object, always in 24H format

Notifications You must be signed in to change notification settings

ondrej-rafaj/FTScrollableClockView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

//
//  FTScrollableClockView.h
//  FTLibrary
//
//  Created by Ondrej Rafaj on 02/11/2011.
//  Copyright (c) 2011 Fuerte International. All rights reserved.
//

/**
 
 Example usage
 
 FTScrollableClockView *cv = [[FTScrollableClockView alloc] initWithFrame:CGRectMake(100, 100, 120, 44) andTimeFormat:FTScrollableClockViewTimeFormat12H];
 [cv setDelegate:self];
 [cv setBackgroundColor:[UIColor redColor]];
 [self.view addSubview:cv];
 
 */

About

Scrollable digital clock component for iOS (iPhone, iPad, iPod) with delegate method that returns time object, always in 24H format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published