[Compiler] must be accompanied by an overflow of the interface or protocol. The code worked fine in before. project. I feel like an idiot for posting such a simple question. What is wrong with that?
#import <UIKit/UIKit.h> #import "FlipsideViewController.h" @interface MainViewController : UIViewController <FlipsideViewControllerDelegate> <UIPickerViewDelegate><UIPickerViewDataSource> @property (strong, nonatomic) IBOutlet UITextField *inputText; @property(strong, nonatomic) IBOutlet UIPickerView *picker; @property(strong, nonatomic) IBOutlet UILabel *resultLabel; @property(strong, nonatomic) NSArray *_convertFrom; @property(strong, nonatomic) NSArray *_convertTo; @property(strong, nonatomic) NSArray *_convertRates; @property(strong, nonatomic) IBOutlet UILabel *formelLabel; @property(strong, nonatomic) IBOutlet UITextField *inputText; -(IBAction)textFieldReturn:(id)sender; -(IBAction)backgroundTouched:(id)sender; @end
You declare compliance with several protocols as follows:
@interface MainViewController : UIViewController <FlipsideViewControllerDelegate, UIPickerViewDelegate, UIPickerViewDataSource>
Not with many corner brackets.
Source: https://habr.com/ru/post/1440151/More articles:Index for a WHERE clause with a date or more - performancesparse mesh interpolation using python (preferably scipy) - pythonPotential traps when starting long threads on Application_Start - multithreadingIs there a fast standard C or C ++ library for double precision inverse square root? - c ++esapi: should encodeForHTMLAttribute be used for the src attribute? encodeForURL? or both? - coldfusionRoR models don't seem to act like a Ruby class? - oophttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1440153/publish-git-repository-to-svn&usg=ALkJrhj0r3zKud1Rgqby6t7Tc-6NEEFcIgSystem.Threading.Tasks → Continuations - c #Git: find new cherries - git[CFXPreferencesSearchListSource tryLock] - iosAll Articles