Posts by Tiago Segato • 41 points
10 posts
-
0
votes3
answers389
viewsQ: Change font size according to iOS device
I have a Phrase App and each sentence has a different size (according to the amount of words) and on tablets as the resolution is the same as the iPhone 4s the phrases extrapolate the size reserved…
-
0
votes2
answers460
viewsA: Error when connecting app with Firebase
This error has already been fixed, in addition to dragging the file Googleservice-Info.plist to the proper folder, it is also necessary to indicate its directory in the Show in file inspector panel,…
-
0
votes2
answers460
viewsQ: Error when connecting app with Firebase
I’m trying to connect my App to Firebase, I’ve already followed the steps taken on the site, in addition to watching some videos from other authors, but I always come across the following problem:…
-
0
votes1
answer432
viewsQ: Open Viewcontroller iOS
How do I make the function below (when a navigation bar item is clicked) open another screen already created on Main.storyboard? @objc func infoTapped (sender:UIButton) { }…
-
0
votes1
answer280
viewsQ: Image on IOS navigation bar button
I need to add two buttons in the navigation bar of my app, but what I need to use an external image (already imported to the project) it does not appear. override func viewDidLoad() {…
-
0
votes1
answer243
viewsQ: Error: Expression implicitly coerced from 'String? ' to Any
How do I correct the following error: Expression implicitly coerced from 'String? ' to Any The error is given in the code snippet below: let frase = lblFrase.text let textToShare = [ frase ] ///O…
-
0
votes1
answer132
viewsQ: Share iOS texts
How do I share a text on social media on an iOS App on Swift 3? I have several Random Phrases in an array and if the person likes one I would like to let them share that phrase. How would the one…
-
1
votes0
answers87
viewsQ: Open youtube video fullscreen
I’m using the code below to open a youtube video, but I would like it to open already in full screen. String id = "Zh-2d_AqiQQ"; Intent it_video_intro = new Intent(Intent.ACTION_VIEW,…
androidasked Tiago Segato 41 -
1
votes2
answers2397
viewsQ: How to fix APK error completely hidden?
Whenever I will publish an App in the store this error appears: APK completely hidden Issue: This APK will not be aired to users as it is completely hidden by one or more Apks with version codes…
androidasked Tiago Segato 41 -
1
votes1
answer70
viewsQ: Expandablelistview Clickable Items
Does anyone know how I make the items in an Expandablelistview clickable? I implemented this model: How to make an expandable Listview? and now I would like to be able to click on the items and open…
androidasked Tiago Segato 41