Cesar Martinez
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?  this is my initiation method an it...
@chenzeyu
@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...
@Nikita2k Hi did you solved this?