We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c37da commit deacb2fCopy full SHA for deacb2f
README.md
@@ -21,6 +21,7 @@ it's quite simple
21
[self.view addSubview:clock];
22
23
* Or you can create DDClock via custom made
24
+
25
//let your controller implement DDClockDelegate
26
DDClock *clock = [[DDClock alloc] initWithDelegate:self frame:CGRectMake(100, 860, 120, 150)];
27
0 commit comments