Becoming a Successful Real iOS Developer [From Basics to Practice]
Everything about Swift grammar! Everything about app development! All in this lecture. Learn how good developers create good apps through layer separation and refactoring.
238 learners
Level Beginner
Course period Unlimited

- Unresolved
패싱1강에서 강의중에 질문 있습니다.
패싱 1강에 20분쯤 강의에서 메모리에 올라오지 않고 메모리에 올라온다는 설명이 무슨 말인지 궁금합니다.
iosswift동시성arcaje2085214
・
6 months ago
0
46
2
- Unresolved
table view 없음
show library 에 table view가 없는 <img src="https://cdn.inflearn.com/public/files/posts/08ed7423-d2c8-4a47-9c2a-8fc321f6a667/4806ccbe-7
iosswift동시성parkhj0629262
・
a year ago
0
82
2
- Unresolved
에러 질문 [UITextField setDataSource:]: unrecognized selector sent to instance 0x107079600"
강의 수강 중 35분 정도까지 따라한 뒤 실행했는데, 다음 에러가 발생했는데 이유를 잘 모르겠습니다. 다음처럼 에러가 발생하였는데요. 에러 내용과 작성한 코드들 첨부드립니다.<img src="https://cdn.inflearn.com/publ
iosswift동시성parkhj0629262
・
0
171
2
- Unresolved
Main interface 지정 방법
안녕하세요. 강의 중에 설명해주시는 내용 중 Development info > Main interface 설정하는 부분이 안보여서 질문드립니다. 최신 xcode, mac 버전을 사용하고 있어 업데이트가 된 거 같은데 어디에서
iosswift동시성parkhj0629262
・
0
152
1
- Unresolved
Closure_3 Capture List에 참조 타입 값을 작성할 경우에도 deinit 실행되는 이유가 뭘까요?
import UIKit class TestClass {} class SomeClass { var a = 10 var b = TestClass() func myFunc() {
iosswift동시성walti
・
0
148
2
- Unresolved
TodoCell UIview 생성 후 연결 시 오류
<img src="https://cdn.inflearn.com/public/files/posts/4d2b38de-043e-4c86-8ee1-e9f885709b00/스크린샷2024-03-22오후4.16.05.png" alt="스크린샷 2024-03-22
iosswift동시성yjlee201226402
・
0
392
2
- Unresolved
테이블 뷰 데이터 업데이트 관련 질문
안녕하세요 강사님! 영상 잘 보고 공부하고 있습니다!영상에서 combine을 사용하여 데이터 바인딩 하셨는데 제가 이해하기로는 @Published가 붙은 데이터가 업데이트 되면 그것을 구독하는 userName3, userAge3 메서드가 호출되고 그래
iosswift동시성10000doo
・
0
318
2
- Unresolved
TODO List Coredata 질문입니다.
강의중 궁금한것이 있어서 질문 남깁니다.TodoList 엔티티 정의를 했는데.</
iosswift동시성overman6233760
・
0
321
1
- Unresolved
혹시 추가예정인 강의가 대략 언제쯤 나오는지 알수있을까요..?
재차 여쭤봐서 죄송합니다..!
iosswift동시성jds0429
・
0
350
1
- Unresolved
swift에서 import 헤더를 안해도 되는이유가 궁금합니다.
보통 다른언어의 경우 다른 클래스파일을 사용할경우 (import 클래스파일) 이런식으로 선언해주어야지만 해당 클래스파일을 사용 할수 있다고 알고있습니다. 그런데 swift의 경우 따로 (import 클래스파일) 을 해주지 않아도 사용이 가능해서 어떤 원리로 작동
iosswiftmsleegamin2063
・
1
591
1
- Unresolved
closure 3 에서 weak로 준 부분이 궁금합니다.
안녕하세요.레퍼런스 변수의 경우 레퍼런스 카운터에 의해 메모리에서 해제 되는 시점을 확인 한다고 이해 했는데요.캡쳐 리스트에서 weak self 를 사용 할 경우 레퍼런스 카운터가 증가하지 않게 되고그래서 클로저 변수를 메모리에서 해제
iosswift동시성No Author
・
0
307
1
- Unresolved
concurrency_1 강의 코드 결과 중 이해가 안가는 부분이 있습니다
class ViewController: UIViewController { override func viewDidLoad() { super.viewDi
iosswift동시성codingmon
・
0
321
1
- Unresolved
self.navigationBar.topItem?.leftBarButtonItem을 해도 button이 보이지 않습니다
<img src="https://cdn.inflearn.com/public/files/posts/42394594-3cd9-490c-a8ae-411fd49e586a/스크린샷2023-06-21오후10.49.56.png" alt="스크린샷 2023-06-21 오후 10
iosswift동시성uisong265592872714
・
0
569
2
- Unresolved
func 기능을 쓸때 self. 을 왜쓰는지 이해가 잘안되네요 ㅠㅠ
안녕하세요 func 기능을 쓸때 self. 이것을 많이 쓰는데 왜 써야하는지 100퍼센트 이해가 안되네요 혹시 어떨때 쓰는지 알수있을까요?
iosswift동시성kyle25987603
・
0
399
1
- Unresolved
Closure2 강의에서 예문처럼 똑같이 myfunc2, myfunc3 만들었을때
저 같은경우에는 myfunc2,myfunc3 를 만들었을때 myfunc라고 타입했을경우 아무것도 안뜨는데 오류인가요?ㅠㅠ<img src="https://cdn.inflearn.com/public/files/posts/4435a88
iosswift동시성kyle25987603
・
0
361
1
- Unresolved
클론강의 tableViewCell
8:17 에 데이터모델을 받는 변수를 왜 굳이 함수로 만드는 이유를 자세히 알려주세요20:10 에 왜 movieModel처음에 nil에 할당 되어 있다가 바로 movieMoel 데이터가 안담겨지나요 ? 비동
iosswift동시성xoxodada23450
・
0
393
1
- Unresolved
Location.pin강의에서 self질문이요
안녕하세요 강의내용중에 질문있어서 글올립니다.PinLandMark라는 열거형에서 var title: String { return "\(self)" //
iosswift동시성rnfhqhdcjs1236105
・
1
245
1
- Unresolved
넷플릭스 table cell 관련해서 질문이 있습니다.
안녕하세요. 넷플릭스 프로젝트를 따라하면서 제가 수강하면서 뭔가를 놓친건지 막혔었다가 해결한 부분이 있습니다. 테이블 섹션마다 영화, 팟캐스트 등의 이미지를 보여주는 콜렉션뷰의 높이는 UICollectionViewDelegateFlowLayout로 sizeForI
iosswiftguinness
・
0
477
1
- Unresolved
Capturing Valus
cloule 3번째 강의에서 // Capturing Valus// reference Type(class, function, closure)// value Type(Int, String, Array, Dictionary, str
iosswift동시성minco
・
0
283
1
- Unresolved
안녕하세요 todolist강의중에서 UI구성중 xib파일 오토레이아웃질문입니다.
안녕하세요 xib파일에서 오토레이아웃 설정중에 오류가 나와서 질문드려요<img src="https://cdn.inflearn.com/public/files/posts/5a0f35fd-f3ef-45b2-875e-768455ff2bd5/스크린샤
iosswift동시성rnfhqhdcjs1236105
・
0
303
1

