Closed omochi closed 7 years ago
This PR is orthogonal with #9 semantically.
But it may conflict around RenderViewController
.
If to be so i will fix it.
Is this commit UITableViewController version?
@sonsongithub Yes, but I found a new bug with UITableViewController version...
Oh, this includes #9 commits. I will fix this.
I switch back to ScrollView. It is easy to switch back TableView now.
now this PR includes #9
its ready to merge
Remove static shared things in ViewController
Define new singleton class NumswPlayground. This is root component for static objects. So it has a RenderViewController.
Change book initialize code
_setupRender
toNumswPlayground.initialize()
Cleanup global function style API implementation example:
they are simply transfer invocation to singleton instance method.
PlaygroundSupport
intoNumswPlayground_Playground.swift
and all others can be compiled within iPad app target.