CMPopTipView icon indicating copy to clipboard operation
CMPopTipView copied to clipboard

Organized code

Open yichizhang opened this issue 10 years ago • 0 comments

Adding accessibilityHint when initializing with title and message. (previous version only adds accessibility information in "initWithMessage:") Organized methods in implementation file, used pragma mark to put methods into different groups. There is a bit of repeating when calculating the bounding size of message and title. Put them into two separate methods. Changed a spelling mistake. ( 'timeInvertal' -> 'timeInterval' ) Changed 'colourHL' variable to 'colorHL'. (should use American spelling when coding)

yichizhang avatar Feb 09 '15 12:02 yichizhang