ios - How do we constrain items to the navigation bar programmatically using Swift? -
please advise if there method constraining items (e.g. uiview) navigation bar programmatically? idea constrain view directly below navigation bar bar not block view
collectionview.topanchor.constraint(equalto: uinavigationbar.bottomanchor),
Comments
Post a Comment