• This repository has been archived on 05/Jan/2021
  • Stars
    star
    750
  • Rank 58,392 (Top 2 %)
  • Language
    Swift
  • Created almost 9 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Begin to learn swift,try to make some simple project here(DEPRECATED)

MTSwift-Learning

As a Designer,I begin to learn swift,try to make some simple project here

I'm newbie,but I'm forwarding.

Goal

A 100 Day Swift Learning Plan.Wanna be learn more about code,not only animation

##Day1:Ink

Ink

What I Learned:

1.How to use Scrollview

2.Simple Modal/Push Transition

3.Simple Hamburger menu animation

##Day2:Ink

Ink

What I Learned:

1.Use PageControl & Scrollview to Make Intro Page

2.Fix the LaunchScreen

3.Use If Condition to animate the button in last page

##Day3:Ink

Ink

What I Learned:

1.Use If Condition to show&hide the Tabbar/Custom NavBar

2.Push Transition/back to navcontroller

3.Fix the Icon & Color in Tabbar

4.How to use simple Webview

##Day4:Ink

Ink

What I Learned(Mainly from MengTo's DesignCode):

1.Bit little things about UIKit Dynamic

2.Transition between view controller ()

3.Pan Gesture State

4.Dictionary & Data & Loop

##Day5:Dribbble News Digest DND

What I Learned:

1.Simple If/Condition

2.How to use simple iOS blur effect

##Day6:Coffee Coffee

What I Learned:

1.Gif sequence

2.Simple 3D-like slidemenu effect

##Day7:Reading "Swift Development with Cocoa" Day7

What I learned:

1.Basic knowledge abt "closure [x]/int [x]/protocol [x]/extension [x]",still needs to review.

2.theory abt "lifecycle/constraints [x]"

3.Make 3 example —— AlertView/DynamicSnap(Used Pan Gesture Recognize & UIDynamicAnimator)/OperationQueue(theory abt OperationQueue & Closure [x])

4.Plan to learn more from http://mathewsanders.com/ tomorrow

##Day8:Animation from MathewSanders.com Day8

What I learned(From MathewSanders.com):

1.(Animation 1)use "arc4random_uniform()" to generate random Int,"for in" to play more times animation/How to get value from UISlider

2.(Animation 2)UIView.TransitionWithView,now I can use modal transiton in ViewController

3.(The whole demo)put all animation into one demo,review the theory abt "prepareForSegue"/get selectedRowAtIndexPath to make segue transition[?]/tableView[?]

4.(Animation 3)Learned add keyframe into animation to make effect better/Reviewed Path + Keyframeanimation

5.(Animation 4)Learned stroke Animation/set ovalpath's anchorpoint、clockwise、radius/How to use SystemAnimation

6.Plan to Learn Progress concept tomorrow,try to design these demo with funny idea.

##Day9:Add a Pinterest-like Longpress effect(but has bugs) Day9

What I learned

1.We can use UIDynamicItemBehavior & allowsRotation to remove SnapBehavior's 3D Strench.

2.Try to learn UIcollisionBehavior[x],but failed,I should learn swift from basic knowledge

To be contiuned...

##Day10:Transition from MathewSanders.com Day10 Day10-1

What I learned

1.Keep reviewing Transionmanager & how to use cotainer & segue to customize animation

2.Add an prototype named "惬读" made with Form ,plan to implement it

3.I have learned Swift for 10Day(or even more).It's not good to learn new knowledge everyday,I need sometime to review what I learned,also I wanna make all these project better & designer-like.So,I paused this plan.

##Day11:Transitionmanager(Make your transition code tidy) Day11 Day11-1

What I learned

1.Keep reviewing Transionmanager ,which made some animation a pattern to re-use anyway in app

2.try to use "present modally" & "over full screen"(try other options,effect will be different) in segue.Now I can part show previous ViewController(Just change second ViewControler's property like opacity/scale/rotation)

3.set a variable(like presenting) in transitionmanager,I can use self.presenting+if/else make switch.I can also use self.presenting before animation block to init propertys of view

##Day12:Recreate Yahoo News Digest by using UITableView(From Designer TearDown) Day12

What I learned

1.in sometime,the constraints can be used for stick a view to another scrollview

2.I had learned Matthew Cheok's brillant way of making cut off

3.To make code tidy,we must note delegate&datesource,separate modal、view&viewcontroller

4.use some global variable

##Day13:Recreate Elastic Drawer(From Designer TearDown) Day13

What I learned

1.Use Simple state in iOS

2."private let" for global using

3.Also use "var tracking: Bool = false"(Or true) to animate by gesture or just animate automaticly

4.This is a good example of UIBezierPath,I try to sketch some path on my note,learned a lot,but not enough

##Day14:Zooming Icons(From Design TearDown) Day14

What I learned

1.use constraint to aniamte element's Position

2.use snapshotViewAfterScreenUpdates to snape some key element,then fromView->animate snapshotview->toView(Another way of making TransitionManger fromVC->animate->animate->TOVC)

3.try to pass date(modal) between VC

4.try to make a protocol

5.learn some right way of making constraint

6.still have bugs in constraint animation,try to fix it later.

##Day15:Rooms(From Design TearDown) Day15

What I learned

1.In Swift, everything is public by default. Define your variables outside the classes.(Can use everywhere)

2.Keep going with protocol/pass date/ TransitionManager

3.the meaning of "let duration = NSTimeInterval(progress) * ContentViewAnimationDuration"

##Day16:IntroductionTips(From Design TearDown) Day16

1.MVC

2.UIDynamic

3.Dispatch for delay

##Day17:Expanding Cells(From Design TearDown) Day17

1.Extension Class(UIColor)

2.Learning Protocol to pass date between VC

3.Keep Learning Button

4.Use for in & index to layout button

5.WillDisappear &Appear + true & false to animate(I just need to animate two state,define two state first)

6.SnapShot For TransitionManager

  1. Use For in Control flow & Delay animation,animate cell step by step(knowledge about animate tableviewcell)

##Day18:DNAPP(From Design+Code) Day18

1.Relationship between protocol & delegate

2.Learn to use Spring Framework to customize animation & visual style

3.Knowledge about IBInspectable(add attribute into GUI) & IBDesignable(What I code changed the SB)

4.Relearn knowledge abt autolayout

5.Simple Read and Use JSON(make Data) & releran pass data via segue

##Day19:DNAPP(From Design+Code) Day19 Day19-2

1.Simple Learn Almorfire to get dynamic data

2.simple use progress view and control it by updateprogress,write simple function to control it's progress animation

3.openURL to call Safari to read website

4.Use TableView's refresh

5.Also SwiftJson to deal with static data

6.TPKeyboardAvoiding to deal with when in input case the textfield's position

7.review TransitionManager

8.To make Login/Logout with Localstore token's save get delete & delegate

##Day20:DNAPP(From Design+Code) Day20

1.Knowledge about UITableview's refresh control

2.add sound effect

3.pass upvote and comment data between storyVC & commentVC

4.click share to open AlertView

##Day21:Blur Test Day21

1.use bridge-header

2.use ANBlurredImageView to make blur,also try to use iOS visual effect view with blur,try to compare

More Repositories

1

Replace-iOS

Simply Implement Zee Young's animation
Objective-C
1,081
star
2

GiftCard-Android

Simply Implement Dribbble's popular shot
Java
850
star
3

MTMaterialDelete

a simple implement of my workmate's animation
Objective-C
816
star
4

LearnCube-iOS

An animation practise demo
Objective-C
628
star
5

GiftCard-iOS

Simply Implement dribbble's popular shot.
Objective-C
544
star
6

RapidInterpolator

Realtime interpolator editor(Inspired by Facebook Rebound)
Java
396
star
7

MTPrivateTrainerAnimation

A simple implement of my design(DEPRECATED)
Swift
281
star
8

Animer

for a better Android Experience
Java
246
star
9

MTGuideline

Some Design Guideline I made.
161
star
10

Animer_Web

website for iOS/Web/Android Native Animation curve visualizing and para converting
JavaScript
147
star
11

MTMusicPlayer

simple implement an AV Player & my workmates Animation(DEPRECATED)
Swift
138
star
12

sketch-smooth-corner-android

A android project explained how to draw sketch smooth corner in android canvas
Java
76
star
13

Figma_Squircles_Approximation

JavaScript
43
star
14

GLES30_ProgrammingGuide_NDK

C with NDK Android GLES Tutorial,forked from https://github.com/danginsburg/opengles3-book
Makefile
43
star
15

TweakIt-Desktop

An Android Debugging Application
JavaScript
38
star
16

upng_tools_for_colleague

Try to build a local application for http://upng.photopea.com/
JavaScript
33
star
17

Droidcon_Shanghai_Keynote

Keynote I used in Droidcon Shanghai
22
star
18

MI_Style_Multitask_Prototype

A prototype simply explained how to make Xiaomi Style Multitask Interaction
Java
21
star
19

LTC_AreaLight_R3F_Component

TypeScript
17
star
20

blog

GL&Anim blog environment
17
star
21

MartinRGB.github.io

My Personal Website
HTML
15
star
22

iOS17_Namedrop_R3F

TypeScript
15
star
23

Material-Motion-Chinese

Material Motion 的在线翻译版本
JavaScript
13
star
24

android-prototype-learning

AndroidPrototypeLearning is my playground for android learning & rapid prototype
Java
11
star
25

Unity3dAndroidLiveWallpaper

Java
11
star
26

Animer_AE

Android/iOS/Web Native Animation Parameters in AE
JavaScript
8
star
27

ThinkingAboutSpring

An exercise
Java
7
star
28

sketch-smooth-corner-web

A web project explained how to draw sketch smooth corner in web
JavaScript
6
star
29

blog_deprecated

My blog,powered by Hexo
6
star
30

FBM_Effect_Optimization_Note

gpu-based effect optimization
4
star
31

30ProjectsOfBlender

I'm Learning Blender for 3D Coding(Unity/Three.js).By learning the theory behind these effect,I can understand how to code interactive effect.
3
star
32

stable_fluid_r3f

React Three Fiber Version
TypeScript
3
star
33

raymarching_sphere_r3f

TypeScript
3
star
34

IBM-Moiton-Chinese

IBM Motion Guideline 的在线翻译版本
JavaScript
3
star
35

AnimatorList_AE

JavaScript
3
star
36

martinrgb

2
star
37

OpenGL_SuperBible_5th_macOS

get a environment of opengl learning(tutorial from spweau_me)
C
2
star
38

android_fourcolor_gradient_forAE

Java
2
star
39

travis_avd_previewer_android

Java
2
star
40

android_frameless_webview_wrapper

An Android app for preview Web-based rapid protoype
JavaScript
2
star
41

UIAnimationTool_Web

A tool for animation design in GUI
JavaScript
2
star
42

android_camera_experiment

Camera Experiment:Face Detection,Take Pictures,Capture Video.
Java
2
star
43

MAKA_H5_Album_Project

HTML
1
star
44

Z490UD-11900K-6600XT-Ventura-Hackintosh

1
star
45

Renderscript_LUT_Filter_Template

Java
1
star
46

OpenGLES20_Game_Dev

a repo for learning tutorials
Java
1
star
47

100ProjectsVulkan

先立个 Flag
C++
1
star
48

Docker-Https-Seafile-Template

Python
1
star
49

AndroidFlingScrollView_AE

an AE project explained How to use FlingAnimation to decay the speed of listview
1
star
50

UniversalGlass_R3F_Component

an UniversersalGlass React Three Fiber component that contains refraction,reflection,blur properties
TypeScript
1
star
51

RaspberryPi-CM4-eGPU-Guide

C
1
star