-
//
// MoviesViewController.swift
// babyFlicks
//
// Created by Samee Khan on 1/25/16.
// Copyright © 2016 Samee Khan. All rights reserved.
//
import UIKit
import AFNetworking
class MoviesViewCo…
-
-
- 델리게이션 패턴에서 메모리 누수가 발생할 수 있는 경우와 해결 방법을 설명해주세요.
- 클로저의 캡처 리스트(Capture List)는 어떤 역할을 하나요?
- 델리게이션 패턴과 클로저를 함께 사용하는 경우의 장단점은 무엇인가요?
xohxe updated
7 months ago
-
code:
`[self.tableNode deleteRowsAtIndexPaths:@[indexPath] withRowAnimation:UITableViewRowAnimationNone];`
Log:
*** Assertion failure in -[ASTableView _heightForShadowRowAtIndexPath:], /BuildRoot/L…
-
### Describe the bug
If an Obj C object has a property, and implements a Protocol with selectors whose first argument matches that property, it is not possible to invoke the selectors.
### Ste…
-
## UICollectionView
- iOS 6부터 등장
### CollectionView APIs
![스크린샷 2022-10-18 오전 9 31 16](https://user-images.githubusercontent.com/61109660/196308033-f2586cc8-fcb7-4a2d-b666-08502c8d72d6.png…
-
Hi!
I created a page containing a searchBar and a tableView.
When the keyboard appears, the page goes up and the top comes out of the screen.
I have tried several things, but I am unable to reduce…
-
UITableView 에 대해 공부한 내용 정리하기! -> 풀커스텀이 가능한 수준으로!
여러종류의 셀 다루기
- https://www.youtube.com/watch?v=bYcfZdoCRe8
- https://pilgwon.github.io/blog/2017/08/30/Dealing-with-Complex-Table-Views-in-iOS.h…
-
In NewsViewController.swift function loadMore()
https://github.com/Dimillian/SwiftHN/blob/master/SwiftHN/ViewControllers/NewsViewController.swift#L72
-
Is it possible to enable/disable a menuitem programmatically depending on some value?
If yes, how?