ondrej-rafaj/FTScrollableClockView
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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]; */