Reputation: 556
I'm planning to program a little widget for the OS X 10.10 Yosemite Notification Center that includes a list displaying data in a custom format. But that's my problem: How do you implement a natural-looking list view into the OS X Notification Center? In iOS I just would have added a UITableView that also adapts to the vibrant design of the Notification Center. But unfortunately in OS X there is no such component providing the same features because the Table View provided by looks really weird inside the Notification Center mainly because it doesn't adapt to the design. So is there a component providing the required features (similar to an UITableView on iOS) or does anyone know how this problem was solved in the system's widgets?
I really appreciate all your help!
Upvotes: 1
Views: 487