Posts by user1649307 • 91 points
7 posts
-
0
votes0
answers42
viewsQ: Button setVisibility inside the Simplecursoradapter listview?
I have a model_list_view.xml like this <?xml version="1.0" encoding="utf-8"?> <LinearLayout android:id="@+id/lnImprimir" android:layout_width="match_parent"…
-
0
votes1
answer124
viewsQ: adMob interstitial delay
I have a problem with delay in some interstitial ads adMob, which can cause undue clicks, until these days it was all right, but I don’t know why from one hour to the next started with this. My code…
-
1
votes1
answer726
viewsA: Label auto fit with Swift text size?
The alternative I found for my problem and in the case much better than the Label was to use Textview so I eliminated Scrollview also using only one component on the screen. import UIKit class…
-
4
votes1
answer726
viewsQ: Label auto fit with Swift text size?
I have a label inside a scrollView, and this label gets an N text, some are small and some are big so the idea was to put in scrollView, but the problem is that I can’t adjust the label to increase…
-
2
votes1
answer1406
viewsQ: How to open another viewControler on Swift?
I’m new to Swift programming and I’m having a doubt. I have two files The main one: Viewcontroller.Swift and another one I created called Viewsegundo.Swift. I took the class import UIKit class…
-
1
votes1
answer356
viewsA: No Xcode components in the simulator?
I discovered here the problem was showing in wCompact and hCompact Then I changed to Wany and Hany and solved…
-
1
votes1
answer356
viewsQ: No Xcode components in the simulator?
I have a problem with xCode in the Swift. Suddenly you don’t want to appear in the simulator new components that I include in viewController. For example: If I put a simple button on screen, when…