-
Is it possible to deactivate the automatic link detection? How can i archive this?
mRs- updated
11 years ago
-
i.e:
http://medialoot.com/item/fresh-iphone-ui-kit/
or
http://medialoot.com/item/matte-iphone-ui-kit/
-
Would this fit in your library?
-
// I want to be able to get the value of variables.
// Create json file.
{
"Variables": {
"defaultBackgroundColor": "red"
},
```
"@Controllers": {
"MyViewController": {
"…
-
I found a bug when using the library. I can not use variables in the array construction.
Maybe I incorrect use this library?
Json file:
{
"Variables": {
"lightBlueColor": [[13, 107, 180, …
-
I use InAppSettingsKit in a NavigationView. When I popped the ViewController containing InAppSettingsKit, "viewDidDisappear" in "IASKAppSettingsViewController.m" will be called. Then, all the notifica…
-
I would like to change the font and colors of the settings page I'm integrating into my app. I've seen the concern in another post.
What is the best way to achieve this?
Thanks...
-
Hi
thanks for developing this amazing API.
Im interested in basicMarkupParser.
so here is my scenario:
Im developing a prose book and it has a lot of difficult word which the user needs to know its …
-
(main)> 2012-06-04 17:43:12.166 Hai[20510:f803] **\* Terminating app due to uncaught exception 'NoMethodError', reason: 'stylesheet.rb:93:in `initialize:': undefined method`include' for Teacup::Styles…
-
I'm playing around with pullToRefresh. With a few minor tweaks I was able to use PHRefreshRecognizer (I think that's what Pierre dubbed it) to clean out the EGO code in RKAbstractTableController.
It…