Identifying text and buttons in a screen

Hi, I am new to automation. I am planning to automate native iOS application for iPad and planning to use java. I want to verify whether a particular screen contains the required text and buttons. Please help me how can I achieve this using appium.

That’s quite generic question.

You will use real device or simulator? Have you installed appium/java/android SDK/IDE and made quick test to automatically launch app and inspect elements?

After that you can check java client:

Get your hands dirty so that you can ask for more specific questions