objective c - Any solution for Cocoa push/pop of view controllers? -



objective c - Any solution for Cocoa push/pop of view controllers? -

let me out of way: i'm used to uikit, can push/pop view controllers hearts content. doesn't work on mac.

with twui, works extremely on mac. example, @ @joshaber's push/pop illustration using twui. if twui stable , capable of embedding appkit controls within tuiview, ditch appkit completely. however, not can done in twui, , need retain appkit things.

thus brings question. how can accomplished using appkit? there library has made easy? or need create ourselves? using replacesubview:withsubview: isn't enough, , isn't pushing/popping views.

you're asking how push/pop nsviews? have illustration on github @ https://github.com/joshaber/reederdemo that. can take guts of ppnavigationcontroller twuipushpoptest , replace stuff animation in reederdemo. it'd still far complete, it'd @ to the lowest degree pushing , popping view controllers kinda-right animation.

objective-c cocoa osx nsviewcontroller

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -