Just a concept, I would like to be able to addSubview under another already existing UIView, how can I? I could not find anything on this, so any help is appreciated.
Thanks.
How about the UIView: insertSubview:belowSubview: .It is located directly in the "Managing View Hierarchy" section of UIView documents.
insertSubview:belowSubview:
you can use:
[self.view insertSubview:topview belowSubview:buttomView];
Source: https://habr.com/ru/post/1446300/More articles:Error loading jQuery Mobile Wicket BookmarkablePageLink - jqueryDisplay value "0" using mustache pattern - javascriptBoolean method that returns int; - java.NET the following 2 lines give a compilation error, why? - .nethttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1446299/nservicebus-failing-while-sending-messages-to-a-msmq-cluster-queue-in-a-load-balanced-environment&usg=ALkJrhiz30i__0HBTkKJUNMux221S3KmgQRedirect all URLs ending with "# _ = _" to Root Domain - redirectcombined rows with the same identifier in one row, storing all data - sqlToxicize text to search in Python - pythonGLUT: wrong mouse coordinates? - c ++Force Proximity Alert to use a network provider - androidAll Articles