Questions tagged [multiviews]
33 questions
0
votes
1 answer
Nginx simulate multiviews in deep directorys
I'm new in nginx, and I'm trying to configure nginx to rewrite deep directories to php with the name of the first directory in the url. For example:
http://domain.com/news/search/band/ -> news.php
http://domain.com/article/blue/300/?arg=10 ->…

user3784031
- 3
- 2
0
votes
1 answer
How do I change two multiviews simultaneously?
Ok let me first start off by explaining what I have.
I have a Segmented control that acts as my Tab-bar control. This changes the content of the page depending on which segment(tab) is selected.
The page content is divided into a left and right…

wizzkid
- 187
- 1
- 3
- 13
0
votes
2 answers
terminating_due_to_uncaught_exception while trying to change views
I've been hitting this bug that I don't know what is wrong. When I debug this code and it hits here the program will lock up when it hit the addSubView line and says
terminating_due_to_uncaught_exception
I'm not sure if I'm forgetting something in…
David