摘要:
什么是GCD?Grand Central Dispatch (GCD)是Apple开发的一个多核编程的解决方法。该方法在Mac OS X 10.6雪豹中首次推出,并随后被引入到了iOS4.0中。GCD是一个替代诸如NSThread, NSOperationQueue, NSInvocationOpe... 阅读全文
摘要:
An NSAttributedString object manages character strings and associated sets of attributes (for example, font and kerning) that apply to individual char 阅读全文
摘要:
Regular Expression MetacharactersCharacteroutsideof sets[inside sets]Description\a✓✓Match a BELL, \u0007\A✓Match at the beginning of the input. Differs from^in that\Awill not match after a new line within the input.\b✓Match if the current position is a word boundary. Boundaries occur at the transiti 阅读全文