Piyush V
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...
Did you get any solution?