danielamitay / DACircularProgress

DACircularProgress is a UIView subclass with circular UIProgressView properties.
Other
2.38k stars 341 forks source link

Label`s Lazy-Initial & Rewrite (setFrame:) Method #59

Open AzenXu opened 9 years ago

AzenXu commented 9 years ago
  1. Use the lazy-Initial method to create the progressLabel
  2. rewrite (setFrame:) method to make sure that the progressLabel also could be created , even I use the method [[DALabeledCircularProgressView alloc] init] to create a CircuarProgressView.