You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 2, 2022. It is now read-only.
privateconststringAbout=@"CodeHub is the best way to browse and maintain your GitHub repositories on any iPhone, iPod Touch, and iPad device! "+
12
13
"Keep an eye on your projects with the ability to view everything from pull requests to commenting on individual file diffs in the latest change set. "+
13
14
"CodeHub brings GitHub to your finger tips in a sleek and efficient design."+"\n\nCreated By Dillon Buchanan";
14
15
15
-
publicAboutViewController()
16
+
publicAboutView()
16
17
:base(true)
17
18
{
18
19
Title="About".t();
19
20
}
20
21
21
22
publicoverridevoidViewDidLoad()
22
23
{
23
-
base.ViewDidLoad();
24
+
base.ViewDidLoad();
25
+
26
+
varvm=(AboutViewModel)ViewModel;
24
27
25
28
varroot=newRootElement(Title)
26
29
{
@@ -30,7 +33,7 @@ public override void ViewDidLoad()
0 commit comments