Someone will be so kind to tell me how would you set a limit (using size classes) so that the presentation is right above the keyboard (without the predictive part) on the iP6 and iP6 +, as in the photo below?
Can I create a sample project?
thanks
Either add restrictions programmatically based on the size of the keyboard, or create separate interface files for each screen size with a fixed limit based on the known size for the keyboard for that screen.
Below is a link to a chat application that works from the same premise. When the keyboard is active, the elements slide out, so they are not hidden.
https://github.com/oseparovic/MessageComposerView
The application is located in Objective-C and transfers this section of the application quite easily; I used it myself.
Source: https://habr.com/ru/post/1206840/More articles:1D FFT columns and rows of a three-dimensional matrix in CUDA - cudaDisabling lazy loading in the Play app - playframeworkSet.addSequence implementation in Swift - genericsEclipse cdt remote build and remote debugging on different servers - eclipseHow to make a function work with a sequence of additional values? - swiftBase platform / flavor detection in Cmake - linuxIs it possible to initialize an empty OrderedDict in Python using a predefined sorting mechanism? - pythonFollow the link in vim with markdown syntax - vimEvent Driven Functional Programming - user-interfacePostPack WordPress post archive with description - wordpressAll Articles