Suppose I have two MVCs, how the two communicate? As I know it should be be done by the vc talks another vc. Is that correct? How to implement it? Any sample code on it? Thanks.
            Asked
            
        
        
            Active
            
        
            Viewed 26 times
        
    -2
            
            
        - 
                    take a look at this one: http://stackoverflow.com/questions/5210535/passing-data-between-view-controllers – Amir Oct 14 '14 at 23:11
1 Answers
1
            
            
        You can take a look at this introduction to iOS lecture from Stratford - it gives you a good base and he is an absolutely brilliant lecturer. http://www.youtube.com/watch?v=ipN6ksUgpZo
 
    
    
        Gal Marom
        
- 8,499
- 1
- 17
- 19
- 
                    Thanks so much. It is classic! I have learned it by can't position the time. – user2718067 Oct 15 '14 at 13:20
