Badal Shah

Results 9 comments of Badal Shah

How to use this in UITableview cellforrowatindexpath method ? i am not getting image in my imageview. I am trying to use it in this way MWfeeditem.m ``` (id)initWithCoder:(NSCoder *)decoder...

Check this https://github.com/mwaterfall/MWPhotoBrowser/issues/466

Can anybody make example with this ? so, Other user can implement it in their project. Because delete is also one of the main functionality For such type of awesome...

Any Result ?? @xujialiang have you solved this ?

it donsnt have navigation controller . is there any option for that ??

Thank you sire for your replay. I am fetching data from lockbox to store it in coredata. but i am not able to set it as object for key. because...

yes. data comes properly from lockbox. But i am not able to fetch it in string with "objectforkey" . I have tried several method,s but after coming from lockbox it...

Property 'show' does not exist on type 'never'.ts(2339) ``` import React, { useRef } from "react"; import { View, Text } from "react-native"; import ActionSheet from "react-native-actionsheet"; interface CrossActionSheetProps {...