Piyush V

Results 4 comments of Piyush V

> This is how i've managed it : > > ```objc > for (PHAsset *asset in assets) > { > if (asset.mediaType == PHAssetMediaTypeImage) > { > [[PHImageManager defaultManager] requestImageDataForAsset:asset...

> can you share how's the `msgComBottomSpace` constraint is setup in storyboard or xib ? > > also if your navigationBar is translucent then try to set `edgesForExtendedLayout to []`...

> did you try to set edgesForExtendedLayout like this ? > > ```swift > override func viewDidLoad() { > super.viewDidLoad() > edgesForExtendedLayout = [] > } > ``` @iAmrMohamed no...