HomeViewDelegate
protocol HomeViewDelegate
HomeViewDelegate protocal to handle HomeView actions
-
handle taking photo button
Declaration
Swift
func handleTakingPhoto() -
handle more button
Declaration
Swift
func handleMoreButton() -
handle profile button
Declaration
Swift
func handleProfileButton() -
handle upload button
Declaration
Swift
func handleUploadingPhoto() -
handle camera access tap to show alert
Declaration
Swift
func handleCameraAccessTap()
View on GitHub
HomeViewDelegate Protocol Reference