uibutton - Creating button panel in iOS -


we plan create wechat -like ui in our app, , we'd know how create such button panel.

please @ screenshots below:

screenshot 1

screenshot 2

screenshot 3

so behaviour is:

screen shot 1 - chat ui, , there bar @ bottom containing text field.

screen shot 2 - clicking on text field brings virtual keyboard.

screen shot 3 - note there + button in bar, , clicking button dismisses virtual keyboard, revealing button panel contains buttons below bar, , these buttons provides features uploading images, shooting photos, etc.

how implement such ui, more specifically, how implement button panel? thanks!

you can use uicollectionview purpose.

in brief collection view contain n numbers of item in n numbers of rows.

see below example more detail :

part1

part2


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -