Skip to content

Commit deacb2f

Browse files
committed
Update README.md
1 parent 58c37da commit deacb2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ it's quite simple
2121
[self.view addSubview:clock];
2222

2323
* Or you can create DDClock via custom made
24+
2425
//let your controller implement DDClockDelegate
2526
DDClock *clock = [[DDClock alloc] initWithDelegate:self frame:CGRectMake(100, 860, 120, 150)];
2627
[self.view addSubview:clock];

0 commit comments

Comments
 (0)