안녕하세요.
테이블뷰를 만들고 몇몇 셀을 선택 후 버튼을 누르면
alert + alert 내부 textFeild가 구현되도록 했습니다.
이렇게 구현하고 나서부터
아래와 같은 오류가 뜨는데 어떻게 해결해야할까요?
Changing the translatesAutoresizingMaskIntoConstraints property of a UICollectionViewCell that is managed by a UICollectionView is not supported, and will result in incorrect self-sizing. View: <_UIAlertControllerTextFieldViewCollectionCell: 0x14d948ad0; frame = (0 0; 270 24); gestureRecognizers = <NSArray: 0x60000083b960>; layer = <CALayer: 0x600000600540>>
구글링해도 많은 결과가 나오지 않던데 대강 보니까 contentView와 관련이 있는 것 같습니다.
오류는 뜨지만 별다른 이상은 없어서 넘어가려다가 찝찝해서 여쭤봅니다!