I am trying to use UIScrollViewDelegate:
class ViewController: UIViewController <UIScrollViewDelegate> {}
But I have a mistake: Cannot specialize non-generic type 'UIViewController'
Cannot specialize non-generic type 'UIViewController'
Your syntax is incorrect. You do not use parentheses in Swift,
class ViewController: UIViewController, UIScrollViewDelegate {}
Source: https://habr.com/ru/post/986527/More articles:The Java debugger cannot call some implementations of the default method - debuggingPhonegap build and build commands do not work due to minSDK version - cordovahttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/986524/where-does-nim-search-for-modules-to-import&usg=ALkJrhg7X0MsWd8MuBZY2tpJsfYgmz7N3gGraphics.Clear () inside OnPaint () sometimes causes a common GDI + error - .nethttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/986526/adding-unused-elements-to-cc-structure-speeds-up-and-slows-down-code-execution&usg=ALkJrhi7ta-6eDOq2VKqYXaCODyzdH0huAMultiple ng views for the main page in angularjs - htmlGet current ApplicationUser in layout - asp.net-mvcis bunyan log.child the right use case? - javascriptXcode runs a script using Swift - xcodeHow to automatically track and reload docker container when it crashes? - dockerAll Articles