Invoke a method call from AppDelegate via Notification
Think of a scenario here:
You have a class LoginViewController, while Facebook login api call is keep on AppDelegate.m, and you want to perform some action after success login via Facebook.
This is my technical blog about programming, server setup & configuration, technical learning experience.
Think of a scenario here:
You have a class LoginViewController, while Facebook login api call is keep on AppDelegate.m, and you want to perform some action after success login via Facebook.
This example is to show how to detect user’s country
For GET request
1 |
|
Some time we might have too much locations want to show to user, unfortunately, it may cause some performance issue if load all locations in one short.
I have experienced that when you focus on UISearchBar, the keyboard occupied half of the screen. The question is, “Under what condition should the keyboard hide?”.
I’ve been googled for few days and struggling on “How to decrypt cipher text in iOS”, unfortunately there is no solution were found.
I’ve facing an issue on display the chinese character in not readable form.
I googled and found this blog to show in windows platform.
A scenario here:
A Q & A website that allow user to ask question and put several tags to that question.
I believe that almost all the web applications have a function Search, thus you might need to construct a query like:
1 | SELECT * |
For many situations, we need some helper functions to be used in view.
i.e. When you want to debug, probably you will write
./module/Application/view/application/index/foo.phtml
The environment: