Augustyniak / RATreeView

Library providing easy-to-use interface for displaying tree structures on iOS and tvOS.
MIT License
2.49k stars 466 forks source link

"Control may reach end of non-void function" error on Xcode 11 #272

Closed sanhue0302 closed 4 years ago

sanhue0302 commented 4 years ago

File: RATreeView+Enums.m Line: 98

While project compile, this methods shows error "Control may reach end of non-void function" Please add default return in switch case

sanhue0302 commented 4 years ago

sorry already had a pull request

jeffumandap22 commented 4 years ago

Hi do you got the resolution on this?

sanhue0302 commented 4 years ago

Hi do you got the resolution on this?

i am using this now, pod 'RATreeView', :git => 'https://github.com/mgfjxxiexiaolong/RATreeView'

Mina-Gerges commented 3 years ago

Thanks @sanhue0302 . It fixes the issue.