swift3 tag

53 questions


1 answers
96 views
0
I want to link my name and profile picture to my email address in Firebase.

What you're doing now·Log in with your email address and passwordI was able to log in with Firebase, but I would like to link my name and profile picture to my account if possible.What kind of code sh...


1 answers
106 views
0
How to use TableViewCell when using TableView on Swift

Please tell me how to use multiple TableView Cells when using TableView on Swift.As an image, I would like to display two different cells in one table.As for the atmosphere, I would like to display th...

2 years ago

1 answers
84 views
0
Understanding How UserDefault Stores an Array of Strings

UserDefault saves the array of Strings and tries to reload it.However, when I read it, it gets nil and the application drops due to an error.I'm trying with code on Playground, but please tell me how ...

2 years ago

2 answers
120 views
0
Use Google Image Search on iOS App

I would like to use the Google Custom Search Engine to store the image URL of Google image search results in an array.When I checked the item Receive JSON Data in the book I had, I found the following...

2 years ago

1 answers
117 views
0
When I built the application that was using CoreData on Swift3 with Swift4, Check dependencies came out.

When I built the application that used CoreData in swift3 with swift4, the following check dependencies came outThe use of Swift3 @objc reference in Swift4 mode is decremented. Please address decremen...

2 years ago

1 answers
107 views
0
Error converting "Swift invokes UIDatePicker from UITextField" to swift3(2)

The NSCalendar.Unit dateToString Method Is Like This code that you answered the other day shows the day of the week in the initial value of the text (GTM+9).After further modification, I ran code like...

2 years ago

1 answers
136 views
0
About Swift3 Closures

Hello, I have a question about Swift or Closure?Please let me know if there is any way to make the constants defined in Alamofire.request.responseJSON available outside of responseJSON, as shown in th...

2 years ago

1 answers
73 views
0
When the active tab is tapped again using the UITabBarController

I'm creating it with swift3.I am switching the screen using the UITabBarController.FirstViewController and SecondtViewController.When the FirstViewController screen is active, click the SecondtViewCon...


1 answers
86 views
0
AVCaptureFileOutputRecordingDelegate in Xcode8

import UIKitimport AVKitimport AVFoundationimport AssetsLibraryvardocumentsPath = NSTemporaryDirectory()varfileName: String?=classVideoDelegate:NSObject, AVCaptureFileOutputRecordingDelegate{ func cap...

2 years ago

1 answers
84 views
0
With Swift, I want to flip pages within multiple pages transitioned from TableView.

In Swift3, if the screen transition destinations are distributed by TableView cells, I would like to swipe only the pages of the transition destination and return to the TableView page from each trans...

2 years ago
« - 3 - »

© 2024 OneMinuteCode. All rights reserved.