XCode + IOS + UIScrollView + AutoLayout

Identificador: 11636
Autor: Ricardo Bocchi   segunda-feira, Dia 1 de maio de 2023, às 02:56:07 horas
Revisado Por:    sexta-feira, Dia 29 de dezembro de 2017, às 21:16:59 horas
Visualização: Todos

Pontos: 0   Acessos: 5022



1 - Add Main View UIView - keys top: 0, left: 0, bottom: 0, right: 0
2 - Add UIScrollView - keys top: 0, left: 0, bottom: 0, right: 0
3 - Add Inner View - keys top: 0, left: 0, right: 0 - add height equals Main View and change priority to 250. Now you can change view height to scrolling size. Eg.: 600
4 - Add views items into Inner View