iOS知识 ##设计模式 1.MVC ###流程图 st=>start: Start e=>end op=>operation: My Operation cond=>condition: Yes or No? st->op->cond cond(yes)->e cond(no)->op/