Phelthas

9pods

LXMBlockKit

Some category adding block API for UIKit

License: MIT

  • Objective C

LXMButtonImagePosition

利用UIButton的titleEdgeInsets和imageEdgeInsets来实现文字和图片的自由排列;注意:这个方法需要在设置图片和文字之后才可以调用,且button的大小要大于 图片大小+文字大小+spacing

License: MIT

  • Objective C

LXMExpandLayout

LXMExpandLayout is a imitation of DaiExpandCollectionView and I made several improvements to make it more easy to use.

Now it supports cell with any size, you can use it just like any other UICollectionViewFlowLayout, all you have to do is to set the itemSize and then all are done .

Now it supports drag to reorder.

License: MIT

  • Objective C

LXMKeyboardManager

在登录之类的页面里这是个很常见的需求,每次都重新写键盘的通知完全没有必要,所以封装一下方便以后复用。

License: MIT

  • Objective C

LXMPlayer

License: MIT

LXMRulerView

用drawRec方式实现的一个rulerView,间距,颜色,字体,范围等都可以自定义,也有数值变化的回调,可以用来作为数值选择器或仅仅作为一个显示用的尺子

License: MIT

  • Objective C

LXMThirdLoginManager

利用cocoaPods完成集成第三方登录的配置,就是添加各种依赖库和linkFlag,使集成第三方登录变成一两句代码的事。

License: MIT

  • Objective C

LXMWaterfallLayout

A collectionViewLayout layout cells like waterfall, which add the missing collectionViewHeader and collectionViewFooter.

LXMWaterfallLayout is inspired by CHTCollectionViewWaterfallLayout, and made several improvements to make it easier to use. It is subclass of UICollectionViewLayout and it's usage is just like UICollectionViewFlowLayout.

License: MIT

  • Swift