I have an iphone app which is a tabbar based application. What is the design pattern of my app. Sorry for asking a fundamental question, i am not aware of design pattern.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Tabbar doesn’t imply any design pattern. It is just UI element that represent some data.
Your app can use several design patterns. For example for data representation it is probably MVC (model-view-controller) pattern.
Read this link. As you can see there are tons of patterns and they are almost always mixed in your app.