I would like to built an app in setting pane where the user could add some filter on incoming notification (app, word or sentence inside or not...etc) and then assgn an action to this. Is there a way to minitor every incoming notification? Like an always on invisible app or something in the background? And then is it possible to assign an action or at least a shortcut to execute (set by user in setting)...?
Thanks!
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hi, I have a shortcuts that check the actual position and save the adress inside a dropbox .txt file. It load this adress on the next run to compare to actual position...
It works well, exept that sometimes it gives me an error and its due to the spelling inside the file. The adresse looks like: Montrũal
and it supposed to be Montréal.
Why ? I takes the adresse and turn it into text before to save to prevent that...any idea how to solve that?
Thanks!
I have a UITableView with UITextField. When I edit and exit those textField one by one, everything is fine (cursor, keyboard, scroll to unhide field from keyboard etc). But if I select another textField while editing one, I got no cursor and keyboard scroll simply not there... but I can edit text normally.. its like it s half activated... I tried to force resign but no results! What do you think? Thanks!Ps: I declared all delegate for tableview and textfield