Download MBMvc Free Java Code
Description
An iOS Message Based MVC framework.
Source Files
The download file MBMvc-master.zip has the following entries.
.gitignore// www . j a va 2 s . co m
Demo/AutoNilDelegate/TBMBAutoNilDelegateView.h
Demo/AutoNilDelegate/TBMBAutoNilDelegateView.m
Demo/AutoNilDelegate/TBMBAutoNilDelegateViewController.h
Demo/AutoNilDelegate/TBMBAutoNilDelegateViewController.m
Demo/AutoNilDelegate/TBMBAutoNilDelegateViewDO.h
Demo/AutoNilDelegate/TBMBAutoNilDelegateViewDO.m
Demo/Default-568h@2x.png
Demo/Default.png
Demo/Default@2x.png
Demo/MBMvc-Info.plist
Demo/MBMvc-Prefix.pch
Demo/Step01_SimpleUse/TBMBDemoStep1View.h
Demo/Step01_SimpleUse/TBMBDemoStep1View.m
Demo/Step01_SimpleUse/TBMBDemoStep1ViewController.h
Demo/Step01_SimpleUse/TBMBDemoStep1ViewController.m
Demo/Step02_Notification/TBMBDemoStep2Command.h
Demo/Step02_Notification/TBMBDemoStep2Command.m
Demo/Step02_Notification/TBMBDemoStep2View.h
Demo/Step02_Notification/TBMBDemoStep2View.m
Demo/Step02_Notification/TBMBDemoStep2ViewController.h
Demo/Step02_Notification/TBMBDemoStep2ViewController.m
Demo/Step03_ProxyObject/TBMBDemoStep3Command.h
Demo/Step03_ProxyObject/TBMBDemoStep3Command.m
Demo/Step03_ProxyObject/TBMBDemoStep3View.h
Demo/Step03_ProxyObject/TBMBDemoStep3View.m
Demo/Step03_ProxyObject/TBMBDemoStep3ViewController.h
Demo/Step03_ProxyObject/TBMBDemoStep3ViewController.m
Demo/Step04_Bind/TBMBDemoStep4View.h
Demo/Step04_Bind/TBMBDemoStep4View.m
Demo/Step04_Bind/TBMBDemoStep4ViewController.h
Demo/Step04_Bind/TBMBDemoStep4ViewController.m
Demo/Step04_Bind/TBMBDemoStep4ViewDO.h
Demo/Step04_Bind/TBMBDemoStep4ViewDO.m
Demo/Step05_OverDesign/TBMBDemoStep5Command.h
Demo/Step05_OverDesign/TBMBDemoStep5Command.m
Demo/Step05_OverDesign/TBMBDemoStep5View.h
Demo/Step05_OverDesign/TBMBDemoStep5View.m
Demo/Step05_OverDesign/TBMBDemoStep5ViewController.h
Demo/Step05_OverDesign/TBMBDemoStep5ViewController.m
Demo/Step05_OverDesign/TBMBDemoStep5ViewDO.h
Demo/Step05_OverDesign/TBMBDemoStep5ViewDO.m
Demo/Step06_Mediator/TBMBDemoStep6View.h
Demo/Step06_Mediator/TBMBDemoStep6View.m
Demo/Step06_Mediator/TBMBDemoStep6ViewController.h
Demo/Step06_Mediator/TBMBDemoStep6ViewController.m
Demo/TBMBAppDelegate.h
Demo/TBMBAppDelegate.m
Demo/TBMBDemoRootViewController.h
Demo/TBMBDemoRootViewController.m
Demo/TBMBNavView.h
Demo/TBMBNavView.m
Demo/TBMBNavViewController.h
Demo/TBMBNavViewController.m
Demo/TBMBNavViewDO.h
Demo/TBMBNavViewDO.m
Demo/TestInterceptor/Interceptor/TBMBLogInterceptor.h
Demo/TestInterceptor/Interceptor/TBMBLogInterceptor.m
Demo/TestInterceptor/TBMBTestInterceptorView.h
Demo/TestInterceptor/TBMBTestInterceptorView.m
Demo/TestInterceptor/TBMBTestInterceptorViewController.h
Demo/TestInterceptor/TBMBTestInterceptorViewController.m
Demo/TestInterceptor/TBMBTestInterceptorViewDO.h
Demo/TestInterceptor/TBMBTestInterceptorViewDO.m
Demo/TestMemoryWarning/TBMBTestMemoryView.h
Demo/TestMemoryWarning/TBMBTestMemoryView.m
Demo/TestMemoryWarning/TBMBTestMemoryViewController.h
Demo/TestMemoryWarning/TBMBTestMemoryViewController.m
Demo/en.lproj/InfoPlist.strings
Demo/main.m
Doc/architecture.jpg
Doc/tips.md
MBMvc.podspec
MBMvc.xcodeproj/.gitignore
MBMvc.xcodeproj/project.pbxproj
MBMvc.xcodeproj/project.xcworkspace/.gitignore
MBMvc.xcodeproj/project.xcworkspace/contents.xcworkspacedata
MBMvc/Bindable/TBMBBind.h
MBMvc/Bindable/TBMBBind.m
MBMvc/Bindable/TBMB_metamacros.h
MBMvc/Default/TBMBDefaultCommandInvocation.h
MBMvc/Default/TBMBDefaultCommandInvocation.m
MBMvc/Default/TBMBDefaultFacade.h
MBMvc/Default/TBMBDefaultFacade.m
MBMvc/Default/TBMBDefaultMediator.h
MBMvc/Default/TBMBDefaultMediator.m
MBMvc/Default/TBMBDefaultMessageReceiver.h
MBMvc/Default/TBMBDefaultMessageReceiver.m
MBMvc/Default/TBMBDefaultNotification.h
MBMvc/Default/TBMBDefaultNotification.m
MBMvc/Default/TBMBDefaultPage.h
MBMvc/Default/TBMBDefaultPage.m
MBMvc/Default/TBMBDefaultReceiverImpl.h
MBMvc/Default/TBMBDefaultRootViewController.h
MBMvc/Default/TBMBDefaultRootViewController.m
MBMvc/Default/TBMBSimpleInstanceCommand.h
MBMvc/Default/TBMBSimpleInstanceCommand.m
MBMvc/Default/TBMBSimpleSingletonCommand.h
MBMvc/Default/TBMBSimpleSingletonCommand.m
MBMvc/Default/TBMBSimpleStaticCommand.h
MBMvc/Default/TBMBSimpleStaticCommand.m
MBMvc/Facade/TBMBGlobalFacade.h
MBMvc/Facade/TBMBGlobalFacade.m
MBMvc/Protocol/TBMBCommand.h
MBMvc/Protocol/TBMBCommandInterceptor.h
MBMvc/Protocol/TBMBCommandInvocation.h
MBMvc/Protocol/TBMBFacade.h
MBMvc/Protocol/TBMBInstanceCommand.h
MBMvc/Protocol/TBMBMessageReceiver.h
MBMvc/Protocol/TBMBMessageSender.h
MBMvc/Protocol/TBMBNotification.h
MBMvc/Protocol/TBMBOnlyProxy.h
MBMvc/Protocol/TBMBPage.h
MBMvc/Protocol/TBMBSingletonCommand.h
MBMvc/Protocol/TBMBStaticCommand.h
MBMvc/Proxy/TBMBDefaultMediator+TBMBProxy.h
MBMvc/Proxy/TBMBDefaultMediator+TBMBProxy.m
MBMvc/Proxy/TBMBDefaultMessageReceiver+TBMBProxy.h
MBMvc/Proxy/TBMBDefaultMessageReceiver+TBMBProxy.m
MBMvc/Proxy/TBMBDefaultRootViewController+TBMBProxy.h
MBMvc/Proxy/TBMBDefaultRootViewController+TBMBProxy.m
MBMvc/Proxy/TBMBMessageProxy.h
MBMvc/Proxy/TBMBMessageProxy.m
MBMvc/Proxy/TBMBSimpleInstanceCommand+TBMBProxy.h
MBMvc/Proxy/TBMBSimpleInstanceCommand+TBMBProxy.m
MBMvc/Proxy/TBMBSimpleStaticCommand+TBMBProxy.h
MBMvc/Proxy/TBMBSimpleStaticCommand+TBMBProxy.m
MBMvc/Util/TBMBUtil.h
MBMvc/Util/TBMBUtil.m
MBMvcTests/MBMvcTests-Info.plist
MBMvcTests/MBMvcTests.h
MBMvcTests/MBMvcTests.m
MBMvcTests/en.lproj/InfoPlist.strings
README.md
Download
Click the following link to download MBMvc-master.zip.
MBMvc-master.zipHome »
Objective C Free Code »
Development »
Objective C Free Code »
Development »