B-Sides / ELCImagePickerController

A clone of the UIImagePickerController using the Assets Library Framework allowing for multiple asset selection
http://www.icodeblog.com
1.65k stars 469 forks source link

how to use it with swift? #109

Open xinwo opened 9 years ago

xinwo commented 9 years ago

under objc ELCImagePickerController *elcPicker = [[ELCImagePickerController alloc] initImagePicker];

but with swift, the compiler tells me initImagePicker not exist

grantkemp commented 9 years ago

+1

athiwatc commented 9 years ago

@xinwo You could use ELCImagePickerController(imagePicker: ())

tamilanmanikandan commented 7 years ago

var elcPicker = ELCImagePickerController(imagePicker:())