Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 481 Bytes

File metadata and controls

26 lines (19 loc) · 481 Bytes

AtomicUI is a simple interface object library.

####Installation Using Carthage add

github "wideeyelabs/AtomicUI"

to your Cartfile

AtomSlideController

#import <AtomSlideController.h>

// ..
// ..

id appDel = [[UIApplication sharedApplication] delegate];
AtomSlideController *slide = [appDel slideController];
[slide closeSlide];

[self performAsyncRequest:^()completion {
  [slide stopIndicator];
}];