Skip to content
This repository was archived by the owner on Nov 5, 2019. It is now read-only.

Conversation

flowinho
Copy link

@flowinho flowinho commented May 3, 2017

3D Touch for SN for iOS

Good day,

as previously discussed in the Slack channel, i've created an implemention of 3D Touch application shortcuts so users can quickly navigate to either the Notes List or the Note composer.

Known issues

As discussed in the Slack channel, the app features a navigational / structural implementation of stacked viewcontrollers that is quite hard to utilize in a "apple-y" way, at least for me.
This version of 3d touch works but has some querks when 3D Touch is enable.
This is due to a navigation call that is made inside the 3d touch authentication function.

Assets

All assets are system-provided by iOS, no license agreements breached 🗡

flowinho added 13 commits May 2, 2017 21:13
The ViewControllers are not usable on their own and need to be displayed
by an embedded navigation controller. When instantiating a view controller
without pushing it through a navigation controller, the topBar is missing,
leaving the user without a [Done] button.

A first step solution that doesnt require structural changes to the storyboard
would be to gain access to the current displaying viewController and make it push
the composer viewcontroller.
However, an optional binding check for NotesViewController on the selectedViewController-Property
of the apps tabbarcontroller fails.
@flowinho
Copy link
Author

So this has been lying around since ages now and conflicts start to arise.
@mobitar Is this something thats generally interesing? Then i'll resolve the conflicts. If not, i wont bother since its a waste of time then.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant