公司里常用的框架都有哪些?iOS开发。有哪些功能或者模块需要自己封装的?
怪我咯
怪我咯 2017-04-18 09:17:28
0
4
545

这几天没事做,老板让封装一些今后能用得着的东西,但是感觉没什么可以封装的,我还没达到架构师那个级别。求高人指点一二,多谢大家!

怪我咯
怪我咯

走同样的路,发现不同的人生

reply all(4)
PHPzhong
  • Network requests, unified processing of headers

  • Encapsulated model analysis

Nowadays, most functions are handled by some third-party frameworks, such as code to quickly modify the position of the view. Nowadays, it is rare to write it yourself.

- (void)setCenterX:(CGFloat)centerX {
    self.center = CGPointMake(centerX, self.center.y);
}
小葫芦

I have been paying attention to these issues recently. In fact, it does not mean that everything must be rewritten by myself. For example, network request AFN refresh MJ. Anyway, thousands of stars on GitHub can be podd down, and then encapsulated with a layer to facilitate business calls. In the business Just encapsulate and rewrite the personalized requirements.

伊谢尔伦

I am doing the same thing now

伊谢尔伦

In fact, there are three main parts
*Network library part
*Image cache part
*Data saving part

Other parts can be chosen by yourself.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template