If I set my ScrollView
bottom constraint equals to SuperView
bottom constraint, I can achieve edge-to-edge display. Please refer to the following screenshot.
However, I want to take advantage of Keyboard Layout Guide.
If I set my ScrollView
bottom constraint equals to Keyboard Layout Guide top constraint, I can no longer achieve edge-to-edge display. Please refer to the following screenshot.
May I know, how I can resolve this issue?