Michael WU

Results 8 comments of Michael WU

Let's write in Chinese :) ``` 我推薦去跟官方的命名,兩邊對照起來應該會方便很多 期待FontAwesomeKit的下一個版本,這個版本在我的項目裡結合的很方便 謝謝! ```

@PrideChung Good!

Hi @jtoronto , this may cased by I initialed the `textLabel.adjustsFontSizeToFitWidth` to `YES`. You can set a smaller font first, I will find a better way to fix this.

Hi @jtoronto , I think you can try to set `restoreSelectedState` to `NO` first, this is used to disable the `selected` state been restored when `endTrackingWithTouch` finished

MRFlipTransition has a instance method `updateContentSnapshot:afterScreenUpdate:` And you can get the instance from the view controller you presented by `MRFlipTransition *animator = self.transitionDelegate` I think you can come over by...

@Sashke , I don't think this is worth to add in the repo, could you please provide me a case?

@interface CCActionEase : CCActionInterval { CCActionInterval *_inner; // 'other' has been replaced }