qwerty123
qwerty123
Maybe better to set tableView as textField's inputAccessoryView only when rowsCount > 0? Like this ``` // in MLPAutoCompleteTextField.m - (void)expandKeyboardAutoCompleteTableForNumberOfRows:(NSInteger)numberOfRows { if(numberOfRows && (self.autoCompleteTableViewHidden == NO)){ self.inputAccessoryView = self.autoCompleteTableView;...
> At the moment, the easiest option is probably to turn the dependency into an xcframework using something like [swift-create-xcframework](https://github.com/unsignedapps/swift-create-xcframework), extract the desired .framework, and link against it as you...
@leptos-null, how to use the Theos SDKs instead of the Xcode SDK? What do I have to write in the Makefile?
> Test v5+ libswift: https://github.com/L1ghtmann/libswift/releases/latest/ Test v5+ toolchain: https://github.com/L1ghtmann/swift-toolchain-ios/releases/latest/ > > Edit: toolchain size drops to ~200 MBs when FINALPACKAGE is passed (which it was not in the release linked...