-
(This issue was orignally reported by Laurent Etiemble on 2008-07-29 19:12:10)
This generates a WARN at compile time and is easy to fix.
-
(This issue was orignally reported by Laurent Etiemble on 2008-01-17 08:52:18)
It would be great to have NSColor and Color implicitely converted.
-
There's already a `CGColor` property on `NSColor`. Is there a reason we need to add a new `tui_CGColor` property?
-
(This issue was orignally reported by Laurent Etiemble on 2010-02-19 10:40:15)
NSColor getter for components are broken
-
Hello,
I'm trying to use Slash applying custom color in the label text.
On `SLMarkupParser.m` I've added this dictionary on `style`:
`@"red" : @{NSForegroundColorAttributeName : [UIColor redC…
-
(This issue was orignally reported by Laurent Etiemble on 2009-05-24 20:58:25)
Add color constants to NSColor to ease the transition from System.Drawing.Color
-
(This issue was orignally reported by Gary Wisniewski on 2008-08-30 02:42:24)
Any attempt to use the function PropertyListFromDataMutabilityOptionFormatErrorDescription crashes with a segmentation fa…
-
I suggest we add categories to NSColor and NSImage and the like to match the long-lost TUIImage and TUIColor, which had simpler method names and more. I also suggest we rename a few classes such as TU…
-
The following code is supposed to create a black button with a red title on it. However it only shows a black rectangle without any text.
``` objective-c
TUIButton *button = [[TUIButton alloc] initWi…
-
On OSX if you attempt to add a view on top of the carousel it appears underneath it, where as on iOS it appears on top as it should. Is there a way around this?