Socialify

Folder ..

Viewing README.md
73 lines (36 loc) • 2.1 KB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# WeatherApp

## Update

Re-writing the App for iOS 13 using Swift 5.

### App Icon

<img width='360px' src='WeatherApp/Assets.xcassets/appstore.imageset/appstore.png'>

### Design

This is the current design I came up with for light and dark mode styles:

| Light mode    | Dark Mode |
| ------------- | ------------- |
| ![Light mode](screenshots/light.png)  | ![Dark Mode](screenshots/dark.png)  |



## Old Logs

Weather App for iOS was with Cordova and Ionic

##### Screenshots have been taken down until further development

<!-- ## Screenshots

| ![5c42c9a554a5f](https://i.loli.net/2019/01/19/5c42c9a554a5f.png) | ![5c42c9b7ec0cc](https://i.loli.net/2019/01/19/5c42c9b7ec0cc.png) | ![5c42c9ccdb0d8](https://i.loli.net/2019/01/19/5c42c9ccdb0d8.png) |
| ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- |
| ![5c42c9de3c52a](https://i.loli.net/2019/01/19/5c42c9de3c52a.png) | ![5c42c9f31165c](https://i.loli.net/2019/01/19/5c42c9f31165c.png) | ![5c42ca05d5ca6](https://i.loli.net/2019/01/19/5c42ca05d5ca6.png) | -->

### What it does?

Shows the weather at your current location. LOL.

### Roadmap [obsolete]

- [x] ~~Basic App Structure~~

- [x] ~~Storing and clearing local data~~

- [ ] Weather of custom city function

- [ ] No reload on User data clear

- [ ] Retry funtion on no internet connection

- [ ] Automatic weather load on app launch instead of clicking "Continue my experience"

- [ ] More beautiful "about app" UI instead of an alert.



### Known Bugs [obsolete]

- When you enter your name on first run, It shows a blank screen. App needs to be restarted. However, It remembers yours name and should work fine from there.

- Sometimes, you need to click "continue my experience" multiple times to work. Sometimes, it doesn't work at all. In that case, app needs to be restarted.

- App UI zooms in and out by pinching.



### Requirements to run [obsolete]

- Xcode 10 or later

- iOS 12.1 or later

### How to run:

Run *WeatherApp.xcodeproj* by double click.