swift - NSTableView cuts off content -


i'm building in content inside of nstableview, when compile , run, cuts off top half of content within nstableview. i'm brand new swift language quite lost here. can provide further examples necessary. there simple missing first or more specific use case?

i can give few directions go looking help.

firstly apple documentation it. https://developer.apple.com/library/mac/documentation/cocoa/conceptual/tableview/populatingview-tablesprogrammatically/populatingview-tablesprogrammatically.html

you may note there 2 ways of populating table view, programmatically implementing methods of nstableviewdatasource , nstableviewdelegate protocols. , using cocoa bindings. recommend, beginner, use first option , @ either example code or videos use these protocols.

secondly, may ui issue in storyboard, make sure constraints set properly. may have weird behavior going on here other views.

unfortunately, cannot give more without code snippets or more information


Comments

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -