Questions tagged [subviews]

Use this tag for questions related to extracting/manipulating/removing subviews. Subviews are parts of the hierarchy of a view, like the UIView iOS class.

subviews means the views which are holding/added over a 'View'.

as stated in ( iOS ) What is superview and what is subviews

Users use this tag for questions regarding listing/extracting all the subviews of a View, removing/deleting subviews of a View, altering/disabling the functionality of a subview of a View, reordering the subviews of a View, etc. .

182 questions
-1
votes
2 answers

How many views can be added in a UIViewcontroller?

I want to know, A single UIViewController can have Max of views inside UIViewController. Even I have gone through in iOS Developer Forum, I haven't got answer for that.
Indra
  • 528
  • 2
  • 11
-4
votes
2 answers

xcode ios NSRangeException on creating subviews

how do I change the code below to fix the pickerView being depreciated? This code has worked well before and did the job. I havent needed to compile for a while and when I was fixing another problem I bumped into this NSRangeException when it hits…
Mark Worsnop
  • 4,407
  • 15
  • 54
  • 79
1 2 3
12
13