PXSourceList
PXSourceList copied to clipboard
Source List control for the Mac
- `delegate` and `dataSource` are `assign` (not`weak`) on macOS 10.11. - `dataSource` was set to `nil` before `delegate`, and when `dataSource` is changed `NSTableView` notifies the `delegate` about removing all...
For view-based mode, OS X 10.10.3, running Xcode 6.4: When a PXSourceListTableCellView is designed inside a storyboard, the badge view is never displayed. The same behaviour is seen if loaded...
Anyone can help me,using PXSourceList without xib or storyboard.
Hy there, I am using the latest version of PXSourceList. When I reload my navigation, I get varying sizes for the pill-shapes that indicate the count of objects for a...
How nicely will PXSourceList play with Swift?
It'll show on CocoaPods.org then too ;)
Hi everyone, My source list will be show a group as expand at first time. I set expanded value in: - (BOOL)sourceList:(PXSourceList *)aSourceList isGroupAlwaysExpanded:(id)group But just Show/Hide button does not...
Possible feature for 3.0 which would require a breaking API change. Related to: https://github.com/Perspx/PXSourceList/pull/44
I've added the below method to PXSourceList.m to customize the background. When clicking Show/Hide on a parent row, the background has some redraw issues while collapsing or expanding. Before and...