Skip to content

Commit 4cfad73

Browse files
committed
Content formatting
1 parent 74afd92 commit 4cfad73

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,11 @@ Cons:
186186

187187
#### What is the difference between not-running, inactive, active, background and suspended execution states?**
188188

189-
- *Not-running state* occurs when the app either has not be launched or was running but was terminated by the system.
190-
- *Inactive state* occurs where the app runs in the foreground but is currently not receiving events. (It may be executing other code though). This state is typically brief as apps transitions to other states.
191-
- *Active state* is where the app is running in the foreground and receiving events. This is the normal mode for foreground apps.
192-
- *Background state* occurs when the app is in the background and executing code. Apps typically enter this state on their way to being suspended. Apps that require extra execution time may remain in this screen longer. Apps being launched directly into the background enters this state instead of inactive state.
193-
- *Suspended state* is where the app is in the background but it is not executing code. Apps will remain in memory, but are removed by the system if low-memory condition occurs in order to make more space for foreground apps.
189+
- **Not-running state** occurs when the app either has not be launched or was running but was terminated by the system.
190+
- **Inactive state** occurs where the app runs in the foreground but is currently not receiving events. (It may be executing other code though). This state is typically brief as apps transitions to other states.
191+
- **Active state** is where the app is running in the foreground and receiving events. This is the normal mode for foreground apps.
192+
- **Background state** occurs when the app is in the background and executing code. Apps typically enter this state on their way to being suspended. Apps that require extra execution time may remain in this screen longer. Apps being launched directly into the background enters this state instead of inactive state.
193+
- **Suspended state** is where the app is in the background but it is not executing code. Apps will remain in memory, but are removed by the system if low-memory condition occurs in order to make more space for foreground apps.
194194

195195
#### Is it faster to iterate through an NSArray or an NSSet?
196196

0 commit comments

Comments
 (0)