objective c - NSTableView with chat bubbles -


i need create nstableview chat bubbles messages app. there sample code/tutorial can use.

i trying use view based nstableview, custom nstablecellview. added background image , trying use following code stretch chat bubble:

 nsimage *backgroundimage = [nsimage imagenamed:@"background"]; backgroundimage = [backgroundimage stretchableimagewithleftcapwidth:10.0f topcapheight:22.0f]; self.backgroundimageview.image = backgroundimage; 

i following mcimage category https://github.com/drewmccormack/backtothemac, image not getting stretched.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -