Sara Khater

Results 9 issues of Sara Khater

I can't assign FSPagerCollectionView to UICollectionView Swift5 , Xcode 11.3

in xcode 11 , swift5 @IBOutlet weak var tabBar: TabBar! var buttons :[UIButton] = [] self.tabBar.buttons = buttons; ==>this line self.tabBar.buttons = buttons; ==> give me this error ==> Value...

help wanted
material

in xcode 11 , swift5 @IBOutlet weak var tabBar: TabBar! var buttons :[UIButton] = [] self.tabBar.buttons = buttons; ==>this line self.tabBar.buttons = buttons; ==> give me this error ==> Value...

great first issue
samples

First thing thanks for this component, I have a problem when using this component in the new app call back methods for buttons work but when to add it in...

buttonDidSelected doesn't fire when buttons clicked

Hi first of all thanks for this wonderful component, it would be very nice if we could have better access when click on one of items at fan menu ,...

I have an issue with when the text field showing the picker at the end of the view controller and my view controller is very tall. the picker is popping...

Our flutter app closed although we are using Wakelock package at the latest version of flutter . the old version is working normally. Could you support me?

The issue happened in this line ==> textField =nil textField.text = [self.filterArr objectAtIndex:((NSIndexPath *)self.selectedIndexPaths[0]).row];