简体   繁体   中英

what is my iphone app's design pattern

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.

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.

A design pattern is just a commonly found approach to commonly occurring problems in computer science. It's usually used in reference to object-oriented programming design patterns such as those described by the Gang of Four . We could not identify the specific design patterns you used without looking at your code as a whole.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM