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

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -