YangMingShan is a collection of iOS UI components that we created while building Yahoo apps.
638
stars
97
forks
source link
taking photo from camera returns PHAsset if shouldReturnImageForSingleSelection == NO #54
Open
rafaelsrocha opened 6 years ago
Now camera will respect
shouldReturnImageForSingleSelection
flag, returning aPHAsset
instead ofUIImage
if wanted.