Cesar Martinez

Results 9 comments of Cesar Martinez

I'm having issues with the height of the picker while using it with different data any suggestions on how to solve it? ![error](https://user-images.githubusercontent.com/9651197/54159637-0cb88f00-4413-11e9-887c-f1e5359a3349.gif) this is my initiation method an it...

@chenzeyu the `currentInputIndex ` is indeed returning the right value because it's loading the correct data into the picker, but the height isn't adjusting based on the amount of data,...

@loicgriffie im having issues while trying to install with support of ios10 `pod 'RLBAlertsPickers', '~> 1.1.1'` > [!] CocoaPods could not find compatible versions for pod "RLBAlertsPickers": In snapshot (Podfile.lock):...

@loicgriffie thanks it worked!!!

any update @phproberto > command 'phpGettersSetters.insertGetterAndSetter' not found I'm Using > Version 1.32.2 (1.32.2)

any update on this?!

I changed the > self.view.safeAreaLayoutGuide.bottomAnchor to only > self.view.safeAreaLayoutGuide ```swift self.bottomChatInputConstraint = NSLayoutConstraint(item: chatInput, attribute: .bottom, relatedBy: .equal, toItem: self.view.safeAreaLayoutGuide, attribute: .top, multiplier: 1.0, constant: 0) ``` and it no...