SoCuul / SCInsta

A feature-rich tweak for Instagram on iOS!
92 stars 17 forks source link

feat: custom menu to show bhinsta settings #13

Closed asdfzxcvbn closed 4 months ago

asdfzxcvbn commented 4 months ago

instead of opening settings by tapping the insta logo, you can add an alert that asks whether you'd like to open the tweak's settings or insta settings.

one thing to note: this won't work with the rocket tweak as it does the same thing.

SoCuul commented 4 months ago

Hey, thanks for contributing! The only thing is I think this may be slightly annoying every time you try to access settings.

I was working on a fix to add a separate button next to the settings button, but I wasn't able to get it working. You can still see the commented out code in the settings handler.

asdfzxcvbn commented 4 months ago

how about adding a gesture recognizer? maybe 2 fingers to open the tweak's settings?

SoCuul commented 4 months ago

how about adding a gesture recognizer? maybe 2 fingers to open the tweak's settings?

This just gave me a great idea. Why not make it so that holding on the settings button opens the tweak settings, while clicking it normally opens insta settings.

asdfzxcvbn commented 4 months ago

thats a good idea, thanks! i'll see if i can make it work.